File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments