Skip to content

Commit 857eb6d

Browse files
committed
feat: use latest minor version for node 24
TICKET: WP-7457
1 parent b998bd1 commit 857eb6d

8 files changed

Lines changed: 12 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [20.x, 22.x]
24+
node-version: [20.x, 22.x, 24.x]
2525

2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/js/sui/custom-tx/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/proxy/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/tss-recovery/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

examples/ts/tss-smc/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.13.0

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"**/cacache/glob": "11.1.0",
6868
"**/pacote/glob": "11.1.0",
6969
"**/sha.js": ">=2.4.12",
70+
"**/lerna/**/tar": "7.5.6",
71+
"**/yeoman-generator/**/tar": "7.5.6",
7072
"@ethereumjs/util": "8.0.3",
7173
"@types/keyv": "3.1.4",
7274
"@types/react": "17.0.24",

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20010,22 +20010,10 @@ tar-stream@~2.2.0:
2001020010
inherits "^2.0.3"
2001120011
readable-stream "^3.1.1"
2001220012

20013-
tar@6.2.1, tar@^6.1.11, tar@^6.1.2:
20014-
version "6.2.1"
20015-
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
20016-
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
20017-
dependencies:
20018-
chownr "^2.0.0"
20019-
fs-minipass "^2.0.0"
20020-
minipass "^5.0.0"
20021-
minizlib "^2.1.1"
20022-
mkdirp "^1.0.3"
20023-
yallist "^4.0.0"
20024-
20025-
tar@^7.4.3:
20026-
version "7.5.1"
20027-
resolved "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz"
20028-
integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==
20013+
tar@6.2.1, tar@7.5.6, tar@^6.1.11, tar@^6.1.2, tar@^7.4.3:
20014+
version "7.5.6"
20015+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz#2db7a210748a82f0a89cc31527b90d3a24984fb7"
20016+
integrity sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==
2002920017
dependencies:
2003020018
"@isaacs/fs-minipass" "^4.0.0"
2003120019
chownr "^3.0.0"

0 commit comments

Comments
 (0)