Skip to content

Commit

Permalink
node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 7, 2024
1 parent f41381b commit 5577491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: wasm-pack build and pack
run: wasm-pack build --release --target=nodejs wasm && wasm-pack pack wasm

- name: Setup Node 16.x
- name: Setup Node 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"

- name: Test wasm
run: node wasm/tests/index.js
Expand Down

0 comments on commit 5577491

Please sign in to comment.