Skip to content

Commit ab5394a

Browse files
committed
Use Node 17.
1 parent 7fbf89f commit ab5394a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
run: cargo check --target wasm32-unknown-unknown --locked
2222
- name: Install wasm-pack
2323
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
24-
- name: Use Node.js 12.x
24+
- name: Use Node.js 17.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 12.x
27+
node-version: 17.x
2828
- run: npm install
29-
- run: npm run build
29+
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
3030
- name: Upload build artifact
3131
uses: actions/upload-artifact@v2
3232
with:

0 commit comments

Comments
 (0)