diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index b907fa1..d499544 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -32,7 +32,8 @@ jobs: cache: 'npm' - name: Assert latest npm - run: npm i -g npm@latest + # run: npm i -g npm@latest # pin to v11 until npm v12 bug is fixed: https://github.com/npm/cli/issues/9722 + run: npm i -g npm@11 - name: Guard - block registry overrides and shady files run: | diff --git a/.nvmrc b/.nvmrc index 9fe0738..5bcf9c6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.17.1 +v24.18.0 diff --git a/package-lock.json b/package-lock.json index 4d89ace..e8d1cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitget-api", - "version": "3.1.11", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bitget-api", - "version": "3.1.11", + "version": "3.2.0", "license": "MIT", "dependencies": { "axios": "^1.13.2", diff --git a/package.json b/package.json index 8bf59b2..dd160de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitget-api", - "version": "3.1.11", + "version": "3.2.0", "description": "Complete Node.js & JavaScript SDK for Bitget V1-V3 REST APIs & WebSockets, with TypeScript & end-to-end tests.", "scripts": { "test": "jest",