Skip to content

Commit

Permalink
chore: update actions/setup-node action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2023
1 parent 544700e commit 9765854
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@v3.6.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@v3.1.0
uses: actions/setup-node@v3.6.0
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit 9765854

Please sign in to comment.