Skip to content

Commit

Permalink
chore: update actions/setup-node action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent a2efdd5 commit 6c225e3
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@v4.0.3
uses: actions/setup-node@v4.1.0
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@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit 6c225e3

Please sign in to comment.