Skip to content

Commit ba8d249

Browse files
authored
feat: node 24 + bnjs 5.1.6 (#103)
1 parent 110f614 commit ba8d249

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup node
6060
uses: actions/setup-node@v2
6161
with:
62-
node-version: '22.14.x'
62+
node-version: '24.x.x'
6363
registry-url: "https://registry.npmjs.org"
6464
- name: Install yarn
6565
run: yarn
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup node
7373
uses: actions/setup-node@v2
7474
with:
75-
node-version: '22.14.x'
75+
node-version: '24.x.x'
7676
registry-url: "https://registry.npmjs.org"
7777
- name: Install yarn
7878
run: yarn
@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup node
113113
uses: actions/setup-node@v2
114114
with:
115-
node-version: '22.14.x'
115+
node-version: '24.x.x'
116116
registry-url: "https://registry.npmjs.org"
117117

118118
- name: Setup yarn

.github/workflows/on-sdk-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: '22.14.x'
24+
node-version: '24.x.x'
2525
registry-url: "https://registry.npmjs.org"
2626

2727
- name: Determine sdk version

ts/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
},
2828
"devDependencies": {
2929
"@coral-xyz/anchor": "0.29.0",
30-
"@types/bn.js": "5.1.3"
30+
"@types/bn.js": "5.1.6"
3131
},
3232
"engines": {
33-
"node": ">=22.14.x"
33+
"node": "^24.0.0"
3434
},
3535
"scripts": {
3636
"cli": "ts-node cli/cli.ts",
3737
"clean": "rm -rf lib",
3838
"build": "yarn clean && tsc"
3939
},
4040
"resolutions": {
41-
"@types/bn.js": "5.1.3",
41+
"@types/bn.js": "5.1.6",
4242
"rpc-websockets": "10.0.0",
4343
"@solana/web3.js": "1.98.0"
4444
}

0 commit comments

Comments
 (0)