Skip to content

Commit

Permalink
add cache-dependency-path (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Sep 19, 2024
1 parent eb058b1 commit b5793f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run lint:ci
Expand Down

0 comments on commit b5793f7

Please sign in to comment.