Skip to content

Commit

Permalink
Bump actions/setup-node from 2.3.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.3.2...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sunoo committed Aug 5, 2021
1 parent 2eaf702 commit 20521da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.3.2
uses: actions/setup-node@v2.4.0
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.3.2
- uses: actions/setup-node@v2.4.0
with:
node-version: 10 # use the minimum required version
registry-url: https://registry.npmjs.org/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]
with:
ref: ${{github.event.inputs.ref}}
- uses: actions/setup-node@v2.3.2
- uses: actions/setup-node@v2.4.0
with:
node-version: 10
- name: npm install and build
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/[email protected]
with:
ref: ${{github.event.inputs.ref}}
- uses: actions/setup-node@v2.3.2
- uses: actions/setup-node@v2.4.0
with:
node-version: 10
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 20521da

Please sign in to comment.