CI logs a deprecation: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4 run on Node 20, which GitHub is phasing out (forced to Node 24 by ~2026-06-16; removed ~2026-09-16). Non-breaking today.
Scope
- Bump the actions in
.github/workflows/ci.yml to versions that run on Node 24 (e.g. checkout/setup-node v5).
- Confirm both CI jobs stay green.
Acceptance
- No Node-20 deprecation warnings in CI; build + e2e pass.
CI logs a deprecation:
actions/checkout@v4,actions/setup-node@v4,pnpm/action-setup@v4run on Node 20, which GitHub is phasing out (forced to Node 24 by ~2026-06-16; removed ~2026-09-16). Non-breaking today.Scope
.github/workflows/ci.ymlto versions that run on Node 24 (e.g. checkout/setup-node v5).Acceptance