Skip to content

Commit 4c842ba

Browse files
authored
fix(workflows): disable cache in privileged workflows (#26817)
1 parent 91d1014 commit 4c842ba

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

.github/workflows/pr-review-companion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version-file: ".nvmrc"
31-
cache: npm
3231

3332
- name: Install
3433
run: npm ci

.github/workflows/release-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
with:
3737
node-version-file: ".nvmrc"
3838
registry-url: "https://registry.npmjs.org/"
39-
cache: npm
4039

4140
- name: "Setup git"
4241
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
with:
4646
node-version-file: ".nvmrc"
4747
registry-url: "https://registry.npmjs.org/"
48-
cache: npm
4948

5049
- run: npm ci
5150

.github/workflows/update-browser-releases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: ".nvmrc"
28-
cache: npm
2928

3029
- run: npm install -D typescript
3130

.github/workflows/update-mdn-urls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version-file: ".nvmrc"
29-
cache: npm
3029

3130
- name: "Setup git"
3231
run: |

.github/workflows/update-web-features.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version-file: ".nvmrc"
30-
cache: npm
3130

3231
- name: "Setup git"
3332
run: |

.github/workflows/update-webdriver-bidi-data.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version-file: ".nvmrc"
27-
cache: npm
2827

2928
- name: "Setup git"
3029
run: |

0 commit comments

Comments
 (0)