Skip to content

Commit

Permalink
use node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 21, 2024
1 parent e5f2590 commit b85b45e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Runner includes Node v18, which seems to be too ancient for wasm-bindgen-test
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 22

- name: Install Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit b85b45e

Please sign in to comment.