Skip to content

Commit

Permalink
Explicitly set cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterSpaak committed Mar 14, 2024
1 parent 4e596b8 commit 2127590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
node-version: "20.x"
cache: "npm"
cache-dependency-path: "./typescript/package-lock.json"
- name: Build TypeScript artifacts
run: |
npm ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: "npm"
cache-dependency-path: "./typescript/package-lock.json"
- name: Build and publish to NPM
run: |
npm ci
Expand Down

0 comments on commit 2127590

Please sign in to comment.