Skip to content

Commit 3bc3228

Browse files
committed
Add explicit cache dependency paths in pr-checks.yml
1 parent b4cb104 commit 3bc3228

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ 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
4447
4548
- name: Install dependencies
4649
run: |
@@ -91,6 +94,9 @@ jobs:
9194
with:
9295
node-version: 24
9396
cache: 'npm'
97+
cache-dependency-path: |
98+
package-lock.json
99+
pr-checks/package-lock.json
94100
95101
- name: Verify PR checks up to date
96102
if: always()

0 commit comments

Comments
 (0)