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 e8d32f8 commit 215949fCopy full SHA for 215949f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/cache@v1
16
with:
17
path: node_modules
18
- key: node-modules-${{ hashFiles('**/package-lock.json') }}
+ key: node-modules-${{ hashFiles('**/yarn.lock') }}
19
- name: Install dependencies
20
run: npm install
21
- name: Run Tests
0 commit comments