Skip to content

Commit 32e5769

Browse files
committed
fix: gh action cache step
1 parent c2170ec commit 32e5769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
uses: actions/cache@v4
3333
with:
3434
path: ~/.cache/Cypress
35-
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package-lock.json') }}
35+
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('pnpm-lock.yaml') }}
3636

37-
# we are using --force so that mismatching peer dependencies is ignored
3837
- name: Install dependencies
3938
run: pnpm install
4039

0 commit comments

Comments
 (0)