Skip to content

Commit c4ad6af

Browse files
feat(root): support node 22
TICKET: WP-4639
1 parent 601b090 commit c4ad6af

File tree

98 files changed

+106
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+106
-116
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [18.x, 20.x]
20+
node-version: [18.x, 20.x, 22.x]
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/test_package_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: [18.x, 20.x]
29+
node-version: [18.x, 20.x, 22.x]
3030

3131
steps:
3232
- uses: actions/checkout@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22.16.0

DEVELOPERS.md

Lines changed: 2 additions & 2 deletions

README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.0
1+
22.16.0

examples/ts/proxy/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.18.0
1+
22.16.0

examples/ts/tss-recovery/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22.16.0

examples/ts/tss-smc/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.0
1+
22.16.0

modules/abstract-cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "BitGo SDK Team <[email protected]>",
1717
"license": "MIT",
1818
"engines": {
19-
"node": ">=18 <21"
19+
"node": ">=18 <23"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)