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 84b1f8b commit 22d145fCopy full SHA for 22d145f
.github/workflows/lint.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
node-version: '20'
16
cache: 'npm'
17
+ cache-dependency-path: frontend/package-lock.json
18
19
- run: npm ci
20
0 commit comments