Skip to content

Commit 57ca071

Browse files
committed
Remove accidental npm -> yarn change
1 parent e5e8528 commit 57ca071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
# v4.3.0
1616
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
1717
with:
18-
path: ~/.yarn
19-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
18+
path: ~/.npm
19+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
2020
restore-keys: |
21-
${{ runner.os }}-yarn-
21+
${{ runner.os }}-npm-
2222
2323
# v6.0.0
2424
- name: Setup Node.js

0 commit comments

Comments
 (0)