b953be5fa2
ci / typecheck (map[dir:services/platform-api name:platform-api]) (push) Has been cancelled
ci / test (push) Has been cancelled
ci / typecheck (map[dir:apps/website name:website]) (push) Has been cancelled
ci / typecheck (map[dir:apps/booking name:booking]) (push) Has been cancelled
ci / typecheck (map[dir:apps/portal name:portal]) (push) Has been cancelled
pnpm/action-setup@v4 ran at the repo root (uses: steps ignore defaults.run.working-directory) where there is no package.json, so it couldn't read the pnpm version → "No pnpm version specified". Use corepack (bundled with node) in the install step, which reads each app's own packageManager — matching the Dockerfiles. Verified in the runner's container: corepack enable + frozen install succeeds for every app.