We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e8528 commit 57ca071Copy full SHA for 57ca071
.github/workflows/lint.yml
@@ -15,10 +15,10 @@ jobs:
15
# v4.3.0
16
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
17
with:
18
- path: ~/.yarn
19
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
+ path: ~/.npm
+ key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
20
restore-keys: |
21
- ${{ runner.os }}-yarn-
+ ${{ runner.os }}-npm-
22
23
# v6.0.0
24
- name: Setup Node.js
0 commit comments