Skip to content

Commit

Permalink
fix CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Nov 2, 2023
1 parent c835161 commit ce625a4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: ['18.18.0', '20.5.1']
steps:
- uses: actions/checkout@v3
- uses: 'volta-cli/action@v4'
- uses: volta-cli/action@v4
with:
node-version: '${{ matrix.node-version }}'
yarn-version: '1.22.19'
Expand All @@ -23,10 +23,6 @@ jobs:
with:
path: node_modules
key: ${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org/
- if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- run: npm test
run: yarn ci
- run: yarn test

0 comments on commit ce625a4

Please sign in to comment.