We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882df7b commit e42c463Copy full SHA for e42c463
.github/workflows/gh-pages.yml
@@ -18,7 +18,7 @@ jobs:
18
path: |
19
node_modules
20
*/*/node_modules
21
- key: ${{ runner.os }}-${{ hashFiles('**/package-log.json') }}
+ key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
22
- name: Install dependencies
23
if: steps.cache-modules.outputs.cache-hit != 'true'
24
run: npm install
0 commit comments