Thanks to visit codestin.com Credit goes to github.com
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 fcad62c commit 9b05382Copy full SHA for 9b05382
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/cache@v1
25
with:
26
path: ~/.npm
27
- key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
28
29
- name: Install dependencies
30
run: |
0 commit comments