We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5508963 + dd4f949 commit 8e9c7ddCopy full SHA for 8e9c7dd
1 file changed
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/cache@v2
18
with:
19
path: ~/.npm
20
- key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21
restore-keys: |
22
${{ runner.os }}-node-
23
- name: Use Node.js 13.11.0
0 commit comments