Skip to content

Commit b5793f7

Browse files
add cache-dependency-path (#2664)
1 parent eb058b1 commit b5793f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version: 20
2626
cache: "npm"
27+
cache-dependency-path: "**/package-lock.json"
2728
registry-url: "https://registry.npmjs.org"
2829
- run: npm ci
2930
- run: npm run lint:ci

0 commit comments

Comments
 (0)