Skip to content

Commit 57332c0

Browse files
disable new default cache
1 parent 13b2fee commit 57332c0

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v5
1313
with:
1414
node-version: 22
15+
package-manager-cache: false
1516
- run: corepack enable
1617

1718
- uses: actions/cache@v4
@@ -55,6 +56,7 @@ jobs:
5556
- uses: actions/setup-node@v5
5657
with:
5758
node-version: 22
59+
package-manager-cache: false
5860
- run: corepack enable
5961

6062
- uses: actions/cache@v4
@@ -163,6 +165,7 @@ jobs:
163165
- uses: actions/setup-node@v5
164166
with:
165167
node-version: ${{ matrix.node }}
168+
package-manager-cache: false
166169
- run: corepack enable
167170

168171
- uses: actions/cache@v4
@@ -215,6 +218,7 @@ jobs:
215218
- uses: actions/setup-node@v5
216219
with:
217220
node-version: ${{ matrix.node }}
221+
package-manager-cache: false
218222

219223
- run: rm package.json && rm yarn.lock && npm install --no-save node-releases
220224
- run: node -e "require('assert').ok(${OP} require('${FILE}'))"

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v5
2626
with:
2727
node-version: 22
28+
package-manager-cache: false
2829
- run: corepack enable
2930

3031
- name: Initialize CodeQL

.github/workflows/lambda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- uses: actions/setup-node@v5
4848
with:
4949
node-version: 22
50+
package-manager-cache: false
5051
- run: corepack enable
5152

5253
- run: yarn install

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 22
1616
registry-url: https://registry.npmjs.org
17+
package-manager-cache: false
1718
- run: corepack enable
1819

1920
- run: yarn install --immutable

.github/workflows/scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v5
1919
with:
2020
node-version: 22
21+
package-manager-cache: false
2122
- run: corepack enable
2223

2324
- run: yarn install

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 22
2020
registry-url: https://npm.pkg.github.com
21+
package-manager-cache: false
2122
- run: corepack enable
2223

2324
- uses: actions/cache@v4

0 commit comments

Comments
 (0)