Skip to content

Commit

Permalink
💚 Setup Node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun authored Mar 29, 2024
1 parent 915abc6 commit 9d7bf14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- run: cargo test --manifest-path ./wasm-rs/Cargo.toml

- name: Set Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20

- name: Run install
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 9d7bf14

Please sign in to comment.