Skip to content

Commit

Permalink
chore: update volta-cli/action action to v4 (angular-eslint#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pumano committed Nov 15, 2022
1 parent c49780e commit 32278d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: nrwl/nx-set-shas@v3

- name: Install node and npm based on the volta config in our package.json
uses: volta-cli/action@v3
uses: volta-cli/action@v4

- name: Get yarn cache directory path and node version for cache key and NX_CLOUD_ENV_NAME
id: yarn-cache-dir-path
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install node and npm based on the volta config in our package.json
uses: volta-cli/action@v3
uses: volta-cli/action@v4

- name: Get yarn cache directory path and node version for cache key
id: yarn-cache-dir-path
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3

- uses: volta-cli/action@v3
- uses: volta-cli/action@v4
with:
# The Node.js version to configure
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- run: git fetch --prune --unshallow

- name: Install node and npm based on the volta config in our package.json
uses: volta-cli/action@v3
uses: volta-cli/action@v4

- name: Get yarn cache directory path and node version for cache key
id: yarn-cache-dir-path
Expand Down

0 comments on commit 32278d2

Please sign in to comment.