Skip to content

Commit 7a6370f

Browse files
committed
Update Node version
1 parent 798828f commit 7a6370f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ 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 17.x
24+
- name: Use Node.js 25.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 17.x
27+
node-version: 25.x
2828
- run: npm install
2929
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
3030
- name: Upload build artifact

0 commit comments

Comments
 (0)