We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb058b1 commit b5793f7Copy full SHA for b5793f7
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version: 20
26
cache: "npm"
27
+ cache-dependency-path: "**/package-lock.json"
28
registry-url: "https://registry.npmjs.org"
29
- run: npm ci
30
- run: npm run lint:ci
0 commit comments