Skip to content

Commit 134bfcc

Browse files
authored
Merge pull request #7969 from BitGo/WP-7457-sdk-Support-Node-24
fix(sdk): Use latest minor version when supporting node 24
2 parents a3e2588 + 44cb1eb commit 134bfcc

7 files changed

Lines changed: 7 additions & 7 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

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20012,7 +20012,7 @@ tar-stream@~2.2.0:
2001220012

2001320013
tar@6.2.1, tar@^6.1.11, tar@^6.1.2:
2001420014
version "6.2.1"
20015-
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
20015+
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
2001620016
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
2001720017
dependencies:
2001820018
chownr "^2.0.0"

0 commit comments

Comments
 (0)