Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leo91000 committed Oct 21, 2024
1 parent 1696a13 commit 1f8bba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-WASM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup node
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.4
with:
node-version: 16
check-latest: true
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup node
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.4
with:
node-version: 16
check-latest: true
Expand Down

0 comments on commit 1f8bba2

Please sign in to comment.