Skip to content

Commit

Permalink
changed: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Nov 2, 2023
1 parent f2152e6 commit fc12f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4,011 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
node: [ '16', '18', '20' ]
steps:
- uses: actions/checkout@v3
- uses: 'volta-cli/action@v4'
with:
node-version: '${{ matrix.node-version }}'
yarn-version: '1.22.19'
- uses: actions/cache@v3
id: cache
with:
path: node_modules
key: ${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down
Loading

0 comments on commit fc12f95

Please sign in to comment.