Skip to content

Commit

Permalink
Merge pull request #238 from bertdeblock/update-ci-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 4, 2022
2 parents a92e009 + 2dd9ebf commit 7d49be4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -64,8 +64,8 @@ jobs:
etlVersion: [^4.0.0, 5.0.0-alpha.0]

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
Expand All @@ -80,8 +80,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 7d49be4

Please sign in to comment.