Skip to content

Commit 9b01a02

Browse files
cache-dependency-path is only necessary in a mono repo
1 parent d2f43b6 commit 9b01a02

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
node-version: 20.x
1717
cache: npm
18-
cache-dependency-path: package-lock.json
1918
- name: Install and build
2019
run: |
2120
npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
node-version: 20.x
1717
registry-url: 'https://npm.pkg.github.com'
18-
cache: yarn
19-
cache-dependency-path: yarn.lock
18+
cache: npm
2019
- name: Install and build
2120
run: npm ci
2221
env:

0 commit comments

Comments
 (0)