Skip to content

Commit

Permalink
ci: switch to a newer nodejs for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 26, 2024
1 parent f3caffe commit 10fe9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wasm-pack build --release
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'npm'
cache-dependency-path: playground/www/package-lock.json
- name: Build web
Expand Down

0 comments on commit 10fe9ba

Please sign in to comment.