Skip to content

Commit

Permalink
chore: update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent d739738 commit 5b041b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Use node
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v4.0.3
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand All @@ -32,7 +32,7 @@ jobs:
with:
fetch-depth: 0
- name: Use node
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v4.0.3
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit 5b041b4

Please sign in to comment.