Skip to content

Commit

Permalink
chore: update actions/setup-node action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 16, 2022
1 parent 544700e commit 8e17a59
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.2.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.2.0
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit 8e17a59

Please sign in to comment.