Skip to content

Commit 88c093d

Browse files
starfy84Copilot
andauthored
Update .github/workflows/audit-api-spec.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2355303 commit 88c093d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)