Skip to content

Commit

Permalink
chore: update actions/setup-node action to v4 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 79449c7 commit 97a0079
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 97a0079

Please sign in to comment.