Skip to content

Commit c262684

Browse files
authored
Merge pull request sieblyio#193 from JJ-Cro/updateNpmAction0726
chore(v3.2.0): pin npm to v11 and update Node to v24.18.0
2 parents 2774b48 + dd9fc54 commit c262684

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
cache: 'npm'
3333

3434
- name: Assert latest npm
35-
run: npm i -g npm@latest
35+
# run: npm i -g npm@latest # pin to v11 until npm v12 bug is fixed: https://github.com/npm/cli/issues/9722
36+
run: npm i -g npm@11
3637

3738
- name: Guard - block registry overrides and shady files
3839
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.17.1
1+
v24.18.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okx-api",
3-
"version": "3.1.6",
3+
"version": "3.2.0",
44
"description": "Complete Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)