Remove cache-dependency-path options as well

This commit is contained in:
Michael B. Gale
2026-03-13 10:46:40 +00:00
parent a5aba5952c
commit 136b8ab377
2 changed files with 0 additions and 9 deletions

View File

@@ -41,9 +41,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: |
package-lock.json
pr-checks/package-lock.json
- name: Install dependencies
run: |
@@ -94,9 +91,6 @@ jobs:
with:
node-version: 24
cache: 'npm'
cache-dependency-path: |
package-lock.json
pr-checks/package-lock.json
- name: Install dependencies
run: npm ci

View File

@@ -34,9 +34,6 @@ jobs:
with:
node-version: 24
cache: 'npm'
cache-dependency-path: |
package-lock.json
pr-checks/package-lock.json
- name: Remove label
if: github.event_name == 'pull_request'