Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2021
1 parent 607be72 commit afb0aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Setup Environment
- uses: actions/checkout@v2.3.4
- name: Use Node.js 12
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12
cache: yarn
Expand All @@ -41,7 +41,7 @@ jobs:
# Setup Environment
- uses: actions/checkout@v2.3.4
- name: Use Node.js 12
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12
cache: yarn
Expand All @@ -61,7 +61,7 @@ jobs:
# Setup Environment
- uses: actions/checkout@v2.3.4
- name: Use Node.js 12
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12
cache: yarn
Expand Down

0 comments on commit afb0aa3

Please sign in to comment.