chore: fix cache name

This commit is contained in:
Jérôme Wiedemann 2023-07-23 22:46:46 +00:00
parent 0d8cea5bf5
commit 3dd401ead3
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-12.x-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-node-12.x
${{ runner.OS }}-node-16.x
${{ runner.OS }}-
- name: Install dependencies
run: yarn install --frozen-lockfile