Skip to content

Commit cd8999a

Browse files
Update pr-check.yml
remove erroneous cache key Signed-off-by: Dan Garfield <dan@codefresh.io>
1 parent 4448cb7 commit cd8999a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

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

0 commit comments

Comments
 (0)