Commit 3f6ffdc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments