We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22f2fc3 + 53b4cb7 commit 71fe617Copy full SHA for 71fe617
1 file changed
.github/workflows/deploy.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version: 20
26
cache: npm
27
+ cache-dependency-path: docs/package-lock.json
28
29
- name: Install dependencies
30
run: npm ci
0 commit comments