Skip to content

Commit

Permalink
fix: Actions>renew version, lock file path
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Aug 30, 2024
1 parent 7c3ee5d commit 7b59419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22.0
cache: "npm"
cache-dependency-path: "playground-front/package-lock.json"
# https://blog.ojisan.io/actions-rs-cargo-ari-nashi/
- name: Setup Rust toolchain
run: rustup target install wasm32-unknown-unknown
Expand Down

0 comments on commit 7b59419

Please sign in to comment.