Skip to content

Commit

Permalink
chore(deps-dev): bump actions/setup-node from v2.1.2 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.2...c46424e)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sergioramos committed Jan 5, 2021
1 parent d53b483 commit f42b3ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 20
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.4
with:
node-version: '14.x'
- name: Config Git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.4
with:
node-version: '13.x'
- name: Setup Cache
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.4
with:
node-version: '13.x'
- name: Setup Cache
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.4
with:
node-version: '13.x'
- name: Setup Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.4
with:
node-version: '13.x'
registry-url: https://registry.npmjs.com/
Expand Down

0 comments on commit f42b3ae

Please sign in to comment.