Skip to content

Commit 215949f

Browse files
author
Shogun
committed
chore: Minor CI fix.
1 parent e8d32f8 commit 215949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/cache@v1
1616
with:
1717
path: node_modules
18-
key: node-modules-${{ hashFiles('**/package-lock.json') }}
18+
key: node-modules-${{ hashFiles('**/yarn.lock') }}
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Run Tests

0 commit comments

Comments
 (0)