Skip to content

Commit 3f6ffdc

Browse files
fix(ci): remove yarn cache from setup-node to fix corepack error
Removed `cache: yarn` from the `actions/setup-node@v4` step in `.github/workflows/ci.yml`. This resolves a CI failure where the setup action attempts to run `yarn cache dir` using Yarn 1.x before `corepack enable` has been executed to activate Yarn 4.x. Co-authored-by: calltelemetry-jason <57885211+calltelemetry-jason@users.noreply.github.com>
1 parent 958bb28 commit 3f6ffdc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '22'
22-
cache: yarn
2322

2423
- name: Enable Corepack
2524
run: corepack enable

0 commit comments

Comments
 (0)