Skip to content

Commit

Permalink
Use Node 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Feb 1, 2024
1 parent 7fbf89f commit ab5394a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: cargo check --target wasm32-unknown-unknown --locked
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Use Node.js 12.x
- name: Use Node.js 17.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 17.x
- run: npm install
- run: npm run build
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ab5394a

Please sign in to comment.