Skip to content

Commit 3d83211

Browse files
Update dependency node to v24
1 parent 4b3e6fa commit 3d83211

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)