Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2021
1 parent 7521b4f commit 9da0ea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: 12
- name: Get yarn cache dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node: [12, 14, 16]
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down

0 comments on commit 9da0ea5

Please sign in to comment.