We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache-dependency-path
1 parent a5aba59 commit 136b8abCopy full SHA for 136b8ab
.github/workflows/pr-checks.yml
@@ -41,9 +41,6 @@ jobs:
41
with:
42
node-version: ${{ matrix.node-version }}
43
cache: 'npm'
44
- cache-dependency-path: |
45
- package-lock.json
46
- pr-checks/package-lock.json
47
48
- name: Install dependencies
49
run: |
@@ -94,9 +91,6 @@ jobs:
94
91
95
92
node-version: 24
96
93
97
98
99
100
101
102
run: npm ci
.github/workflows/rebuild.yml
@@ -34,9 +34,6 @@ jobs:
34
35
36
37
38
39
40
- name: Remove label
if: github.event_name == 'pull_request'
0 commit comments