Skip to content

Commit ebc9e55

Browse files
committed
chore: disable npm cache in workflows
1 parent 14e233b commit ebc9e55

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 22
25-
cache: 'yarn'
26-
cache-dependency-path: 'yarn.lock'
25+
# cache: 'yarn'
26+
# cache-dependency-path: 'yarn.lock'
2727
always-auth: 'true'
2828

2929
- name: Enable corepack

.github/workflows/lychee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 22
18-
cache: 'yarn'
19-
cache-dependency-path: 'yarn.lock'
18+
# cache: 'yarn'
19+
# cache-dependency-path: 'yarn.lock'
2020
always-auth: 'true'
2121

2222
- name: Enable corepack

.github/workflows/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: 22
21-
cache: 'npm'
22-
cache-dependency-path: 'package-lock.json'
21+
# cache: 'npm'
22+
# cache-dependency-path: 'package-lock.json'
2323

2424
- name: Enable corepack
2525
run: |

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
20-
cache: 'npm'
21-
cache-dependency-path: 'package-lock.json'
20+
# cache: 'npm'
21+
# cache-dependency-path: 'package-lock.json'
2222
always-auth: 'true'
2323

2424
- name: Enable corepack
@@ -54,8 +54,8 @@ jobs:
5454
uses: actions/setup-node@v4
5555
with:
5656
node-version: 22
57-
cache: 'npm'
58-
cache-dependency-path: 'package-lock.json'
57+
# cache: 'npm'
58+
# cache-dependency-path: 'package-lock.json'
5959

6060
- name: Enable corepack
6161
run: |
@@ -87,8 +87,8 @@ jobs:
8787
uses: actions/setup-node@v4
8888
with:
8989
node-version: 22
90-
cache: 'npm'
91-
cache-dependency-path: 'package-lock.json'
90+
# cache: 'npm'
91+
# cache-dependency-path: 'package-lock.json'
9292

9393
- name: Enable corepack
9494
run: |

0 commit comments

Comments
 (0)