From f8b373c3527e72990bf6c51a9eed5b80dff13542 Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 16 Jul 2026 13:52:03 +0200 Subject: [PATCH] chore(v3.6.0): pin npm to v11 and update Node to v24.18.0 Co-authored-by: Cursor --- .github/workflows/npmpublish.yml | 3 ++- .nvmrc | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index b907fa1b..d499544d 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 a3b7a31e..5bcf9c6e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v24.14.1 +v24.18.0 diff --git a/package-lock.json b/package-lock.json index 6d0e65be..5b215c98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "binance", - "version": "3.5.11", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "binance", - "version": "3.5.11", + "version": "3.6.0", "license": "MIT", "dependencies": { "axios": "^1.13.2", diff --git a/package.json b/package.json index f81fc517..677608cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "binance", - "version": "3.5.11", + "version": "3.6.0", "description": "Professional Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.", "main": "lib/index.js", "types": "lib/index.d.ts",