fix(cloud): stop asking setup-node to cache the pnpm store in the relay workflows (#18432)

setup-node's cache: pnpm runs 'pnpm store path' from the repository root,
where packageManager pins pnpm 12; the shim it downloads fails to execute on
the runner, so the step dies before auth. Cloud Verify never used the cache
and passes; the six relay workflows that copied it from orca-cloud (root
pnpm 10 there) now match.
This commit is contained in:
Jinwoo Hong
2026-09-03 07:05:21 -04:00
committed by GitHub
parent 3eec77c11a
commit 3de1b9d058
6 changed files with 0 additions and 12 deletions
@@ -164,8 +164,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
@@ -136,8 +136,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
@@ -193,8 +193,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
@@ -99,8 +99,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
@@ -90,8 +90,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
@@ -64,8 +64,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
cache-dependency-path: cloud/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile