Skip to content

Commit 88c093d

Browse files
starfy84Copilot
andauthored
Update .github/workflows/audit-api-spec.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 2355303 commit 88c093d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/audit-api-spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
path: "**/node_modules"
2828
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
29+
restore-keys: |
30+
${{ runner.os }}-modules-
2931
3032
- name: Install Dependencies
3133
if: steps.node-modules-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)