Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sunoo committed Mar 1, 2021
1 parent 402c099 commit a5029e6
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
- uses: actions/[email protected].5
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/[email protected].4
- uses: actions/[email protected].5
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/[email protected].4
- uses: actions/[email protected].5
with:
node-version: 10
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit a5029e6

Please sign in to comment.