Skip to content

Commit 0ddbc71

Browse files
Disable setup-node package-manager cache
1 parent 8365112 commit 0ddbc71

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-vps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- uses: actions/setup-node@v5
5757
with:
5858
node-version: "22"
59+
package-manager-cache: false
5960

6061
- name: Enable pnpm via Corepack
6162
run: |

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v5
2222
with:
2323
node-version: "22"
24+
package-manager-cache: false
2425

2526
- name: Enable pnpm via Corepack
2627
run: |

.github/workflows/ray-core-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
node-version: "22"
3535
registry-url: "https://registry.npmjs.org"
36+
package-manager-cache: false
3637

3738
- name: Enable pnpm via Corepack
3839
run: |

.github/workflows/ray-sdk-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
node-version: "22"
3636
registry-url: "https://registry.npmjs.org"
37+
package-manager-cache: false
3738

3839
- name: Enable pnpm via Corepack
3940
run: |

0 commit comments

Comments
 (0)