Skip to content

Commit

Permalink
Update CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Nov 4, 2022
1 parent 6a5bc95 commit cf06ecc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
timeout-minutes: 10

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

- name: install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -43,8 +43,8 @@ jobs:
node-version: 16.x

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

Expand All @@ -61,8 +61,8 @@ jobs:
needs: [test]

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

Expand Down

0 comments on commit cf06ecc

Please sign in to comment.