Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3 to 4 (#136)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and David Code Howard committed Oct 26, 2023
1 parent 07f71bd commit 357dd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
Expand All @@ -63,7 +63,7 @@ jobs:
# fetch-depth: 0

# - name: Setup Node
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version-file: '.tool-versions'
# cache: 'npm'
Expand All @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.token }}

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
Expand Down

0 comments on commit 357dd7d

Please sign in to comment.