Skip to content

Commit dd4f949

Browse files
authored
fix reference to lockfile
1 parent 5508963 commit dd4f949

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)