Skip to content

Commit

Permalink
chore(deps): : arrow_up: update actions/setup-node action to v3.4.1 (#…
Browse files Browse the repository at this point in the history
…238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2022
1 parent 41e6b6d commit 8cad5e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Setup nodejs
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.4.1
with:
node-version: 14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Setup nodejs
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.4.1
with:
node-version: 14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Setup nodejs
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.4.1
with:
node-version: 14

Expand Down

0 comments on commit 8cad5e4

Please sign in to comment.