File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Node.js
2929 uses : actions/setup-node@v6
3030 with :
31- node-version : ' 20 '
31+ node-version : ' 24 '
3232
3333 - name : Install Rust toolchain
3434 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - uses : Swatinem/rust-cache@v2
110110 - uses : actions/setup-node@v6
111111 with :
112- node-version : ' 20 .x'
112+ node-version : ' 24 .x'
113113 - run : cargo install wasm-pack
114114 - run : npm install
115115 - name : Build and test WASM package
Original file line number Diff line number Diff line change 5050 - uses : Swatinem/rust-cache@v2
5151 - uses : actions/setup-node@v6
5252 with :
53- node-version : ' 22 .x'
53+ node-version : ' 24 .x'
5454 registry-url : ' https://registry.npmjs.org'
5555 - run : npm install -g npm@latest
5656 - run : cargo install wasm-pack
You can’t perform that action at this time.
0 commit comments