v1.4.0
Composer runs under Bun
- The deploy step now runs
prisma-composerunder Bun — Composer's own tested runtime (its e2e and docs deploys usebun node_modules/.bin/prisma-composer). Local bin:bun <bin> deploy …; fallback when no local bin:bunx --bun -p @prisma/composer-cli@<composer-version> prisma-composer. - The action fails early with a clear message if
bunis not on the runner. Addoven-sh/setup-bun@v2(pinned) before this action; workflows generated by the Prisma platform after prisma/pdp-control-plane#4949 include it. - Log label is now honest:
composer=local bin (bun)/composer=<version> (bunx fallback). - The user's app is still installed and built with its own toolchain; only the Composer deploy step changes runtime.
PR: #7