Skip to content

Commit 159c755

Browse files
Update pr-check.yml
The CI jobs are borked, editing directly. Here to add a cache key Signed-off-by: Dan Garfield <dan@codefresh.io>
1 parent 6fba179 commit 159c755

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: '14'
1818
cache: npm
19+
cache-key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
1920
- name: Install Dependencies
2021
run: npm ci
2122
- name: Lint

0 commit comments

Comments
 (0)