Skip to content

Commit

Permalink
Merge branch 'main' into fix-nightly-lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Dec 21, 2024
2 parents eb828aa + 758e022 commit 701a596
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 701a596

Please sign in to comment.