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 Oct 24, 2023
1 parent 6819614 commit fcca0f6
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.0
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.0
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.0
with:
node-version: 14

Expand Down

0 comments on commit fcca0f6

Please sign in to comment.