Skip to content

Commit

Permalink
Try setup node
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 22, 2024
1 parent a65d09f commit eb341f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We can remove this once https://github.com/rustwasm/wasm-bindgen/issues/4211 fixed.
- name: Install and pin Rust 1.81
run: rustup toolchain install 1.81 && rustup default 1.81
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack test --node --all-features -- --skip blocking
Expand Down

0 comments on commit eb341f8

Please sign in to comment.