Skip to content

Commit

Permalink
Bump volta-cli/action from 1 to 4
Browse files Browse the repository at this point in the history
Bumps [volta-cli/action](https://github.com/volta-cli/action) from 1 to 4.
- [Release notes](https://github.com/volta-cli/action/releases)
- [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md)
- [Commits](volta-cli/action@v1...v4)

---
updated-dependencies:
- dependency-name: volta-cli/action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent 6a5bc95 commit ea605a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: volta-cli/action@v4

- name: install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -62,7 +62,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: volta-cli/action@v4
with:
node-version: 16.x

Expand Down

0 comments on commit ea605a4

Please sign in to comment.