Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
1 parent 03c5eec commit 449e36b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.pre-release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
# this seems to be needed by lerna to work as expected
fetch-depth: 0
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 449e36b

Please sign in to comment.