We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbf89f commit ab5394aCopy full SHA for ab5394a
.github/workflows/dist.yml
@@ -21,12 +21,12 @@ jobs:
21
run: cargo check --target wasm32-unknown-unknown --locked
22
- name: Install wasm-pack
23
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
24
- - name: Use Node.js 12.x
+ - name: Use Node.js 17.x
25
uses: actions/setup-node@v1
26
with:
27
- node-version: 12.x
+ node-version: 17.x
28
- run: npm install
29
- - run: npm run build
+ - run: NODE_OPTIONS=--openssl-legacy-provider npm run build
30
- name: Upload build artifact
31
uses: actions/upload-artifact@v2
32
0 commit comments