Skip to content

Commit b85b45e

Browse files
committed
use node v22
1 parent e5f2590 commit b85b45e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v3
3131

32+
# Runner includes Node v18, which seems to be too ancient for wasm-bindgen-test
33+
- name: Install Node
34+
uses: actions/setup-node@v4
35+
with:
36+
node-version: 22
37+
3238
- name: Install Rust
3339
uses: dtolnay/rust-toolchain@v1
3440
with:

0 commit comments

Comments
 (0)