We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98371c8 + 9bc6872 commit 7451dadCopy full SHA for 7451dad
1 file changed
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
92
with:
93
path: ~/.cache/Cypress
94
- key: v2-cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
+ key: v2-cypress-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
95
restore-keys: |
96
v2-cypress-${{ runner.os }}-
97
@@ -203,7 +203,7 @@ jobs:
203
204
205
path: node_modules/.vite
206
- key: v2-${{ runner.os }}-vite-${{ hashFiles('**/package-lock.json') }}
+ key: v2-${{ runner.os }}-vite-${{ hashFiles('package-lock.json') }}
207
208
v2-${{ runner.os }}-vite-
209
0 commit comments