We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093a0ba commit 25cc088Copy full SHA for 25cc088
3 files changed
.github/workflows/deploy.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
node-version: 24
38
cache: 'npm'
39
+ cache-dependency-path: package-lock.json
40
41
- name: Install dependencies
42
run: npm ci
.github/workflows/sync-docs.yml
0 commit comments