Skip to content

Commit

Permalink
test(wasi) Install Node v16 for running the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 30, 2021
1 parent e0a18a3 commit fd4d341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
jobs:
test:
name: Test on NodeJS

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Rust
Expand All @@ -25,6 +27,10 @@ jobs:
profile: minimal
override: true

- uses: actions/setup-node@v2
with:
node-version: 16

- name: Install wasm-pack
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit fd4d341

Please sign in to comment.