Skip to content

Commit

Permalink
cache-dependency-path is only necessary in a mono repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Nov 10, 2024
1 parent 6515910 commit fd2c776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- name: Install and build
run: |
npm ci
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
node-version: 20.x
registry-url: 'https://npm.pkg.github.com'
cache: yarn
cache-dependency-path: yarn.lock
cache: npm
- name: Install and build
run: npm ci
env:
Expand Down

0 comments on commit fd2c776

Please sign in to comment.