Skip to content

Commit 758e022

Browse files
authored
Merge pull request #137 from jprochazk/fix-wasm-test
2 parents e5f2590 + b85b45e commit 758e022

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)