We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60269d6 commit a297572Copy full SHA for a297572
.github/workflows/static.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
node-version: 18
37
cache: 'npm'
38
+ cache-dependency-path: subdir/package-lock.json
39
- name: Install dependencies
40
run: npm install
41
- name: Build
0 commit comments