Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4
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]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 2ddd316 commit 818cb6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- if: steps.cache.outputs.cache-hit != 'true'
Expand All @@ -38,7 +38,7 @@ jobs:
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: fossas/fossa-action@main
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm run ci:build
Expand All @@ -87,7 +87,7 @@ jobs:
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
# e2e dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
token: "${{ secrets.GH_TOKEN }}"
- name: Prepare repository
run: git fetch --unshallow --tags
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Cache node modules
Expand Down

0 comments on commit 818cb6e

Please sign in to comment.