Skip to content

Commit 8365112

Browse files
Fix Corepack workflow bootstrap
1 parent 593ae24 commit 8365112

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy-vps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- uses: actions/setup-node@v5
5757
with:
5858
node-version: "22"
59-
cache: pnpm
6059

6160
- name: Enable pnpm via Corepack
6261
run: |

.github/workflows/quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v5
2222
with:
2323
node-version: "22"
24-
cache: pnpm
2524

2625
- name: Enable pnpm via Corepack
2726
run: |

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
node-version: "22"
3535
registry-url: "https://registry.npmjs.org"
36-
cache: pnpm
3736

3837
- name: Enable pnpm via Corepack
3938
run: |

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
node-version: "22"
3636
registry-url: "https://registry.npmjs.org"
37-
cache: pnpm
3837

3938
- name: Enable pnpm via Corepack
4039
run: |

0 commit comments

Comments
 (0)