Skip to content

Commit 136b8ab

Browse files
committed
Remove cache-dependency-path options as well
1 parent a5aba59 commit 136b8ab

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
44-
cache-dependency-path: |
45-
package-lock.json
46-
pr-checks/package-lock.json
4744

4845
- name: Install dependencies
4946
run: |
@@ -94,9 +91,6 @@ jobs:
9491
with:
9592
node-version: 24
9693
cache: 'npm'
97-
cache-dependency-path: |
98-
package-lock.json
99-
pr-checks/package-lock.json
10094

10195
- name: Install dependencies
10296
run: npm ci

.github/workflows/rebuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
with:
3535
node-version: 24
3636
cache: 'npm'
37-
cache-dependency-path: |
38-
package-lock.json
39-
pr-checks/package-lock.json
4037

4138
- name: Remove label
4239
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)