Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 7f112b1 commit 3882209
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.6.0
uses: actions/setup-node@v4.0.4
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.6.0
uses: actions/setup-node@v4.0.4
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.6.0
uses: actions/setup-node@v4.0.4
with:
node-version: 14

Expand Down

0 comments on commit 3882209

Please sign in to comment.