ECC/.github/workflows
to.watanabe 7148d9006f fix(ci): enable Corepack for yarn and relax pnpm strict mode
All 18 pnpm/yarn CI jobs fail on main because:
1. pnpm v9+ refuses to install when package.json declares
   "packageManager": "yarn@4.9.2" — fixed by setting
   COREPACK_ENABLE_STRICT=0 and --no-frozen-lockfile
2. CI runners only have Yarn Classic (v1.x) but the project
   uses Yarn Berry (v4.x) — fixed by activating Corepack
   before the cache/install steps
2026-03-28 12:27:04 +09:00
..
ci.yml fix(ci): enable Corepack for yarn and relax pnpm strict mode 2026-03-28 12:27:04 +09:00
maintenance.yml feat: add comprehensive CI/CD pipeline 2026-01-28 23:05:43 -08:00
monthly-metrics.yml docs: add sponsorship playbook and monthly metrics automation 2026-03-04 16:17:12 -08:00
release.yml feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
reusable-release.yml feat: deliver v1.8.0 harness reliability and parity updates 2026-03-04 14:48:06 -08:00
reusable-test.yml fix(ci): enable Corepack for yarn and relax pnpm strict mode 2026-03-28 12:27:04 +09:00
reusable-validate.yml fix(ci): restore validation and antigravity target safety 2026-03-23 14:29:21 -07:00