Skip to content

Commit 8e9c7dd

Browse files
authored
Merge pull request #231 from github/fix-ci-cache-action
fix reference to lockfile
2 parents 5508963 + dd4f949 commit 8e9c7dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/cache@v2
1818
with:
1919
path: ~/.npm
20-
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
20+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2121
restore-keys: |
2222
${{ runner.os }}-node-
2323
- name: Use Node.js 13.11.0

0 commit comments

Comments
 (0)