We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1214474 commit 5f55d25Copy full SHA for 5f55d25
1 file changed
.github/workflows/deploy-manual.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: 24
27
cache: 'npm'
28
+ cache-dependency-path: manual/package-lock.json
29
30
- name: Install dependencies
31
run: npm ci
0 commit comments