diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 19f7664..3d67a32 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 22.x + node-version: 20.x - run: npm install diff --git a/.nvmrc b/.nvmrc index 58a1f09..9075659 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.4.0 +20.15.0 diff --git a/package-lock.json b/package-lock.json index 320d558..553e4ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inaturalistjs", - "version": "2.12.0", + "version": "2.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inaturalistjs", - "version": "2.12.0", + "version": "2.13.0", "license": "MIT", "dependencies": { "cross-fetch": "^4.0.0",