Skip to content

Commit

Permalink
chore(test): use different cache for each node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed Feb 16, 2021
1 parent 99b6cd6 commit 828a964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-build-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ matrix.node }}-build-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-build-
${{ matrix.node }}-build-
- run: |
npm -g install [email protected]
pnpm set verify-store-integrity false
Expand Down

0 comments on commit 828a964

Please sign in to comment.