Skip to content

Commit

Permalink
Bump actions/setup-node from 2.pre.beta to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2-beta...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent b212761 commit e6bb348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4.0.2
with:
node-version: '12.x'
- name: npm install, build, and test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Setup Node.js environment
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4.0.2
with:
node-version: '12.x'
- name: Installing dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4.0.2
with:
node-version: '12.x'
- name: Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4.0.2
with:
node-version: '12.x'
- name: npm install, build, and test
Expand Down

0 comments on commit e6bb348

Please sign in to comment.