We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798828f commit 7a6370fCopy full SHA for 7a6370f
.github/workflows/dist.yml
@@ -21,10 +21,10 @@ 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 17.x
+ - name: Use Node.js 25.x
25
uses: actions/setup-node@v1
26
with:
27
- node-version: 17.x
+ node-version: 25.x
28
- run: npm install
29
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
30
- name: Upload build artifact
0 commit comments