Fix cache key

This commit is contained in:
Riordan Panayides 2022-05-19 11:04:51 +01:00 committed by GitHub
parent 8d170e691b
commit 528d812c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
id: node-cache
with:
path: node_modules
key: node-modules-${{ runner.os }}-${{ hashFiles('yarn-lock.json') }}
key: node-modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'