diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d05af76..0fb4d69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: