chore(deps): Bump CLI Node engine floor to 22.12#60
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
Summary by CodeRabbitChores
WalkthroughThis PR raises the minimum Node.js version requirement from 20 to 22.12 across the Prisma CLI package configuration and all documentation files, ensuring consistency between the enforced engine requirement and user-facing guidance. ChangesNode.js version requirement update to 22.12
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
@prisma/cli's published Node engine floor from>=20to>=22.12.0.Why
Node 20 reached end of life on 2026-04-30, and newer dependencies increasingly declare Node 22.12+ engine requirements. Using
>=22.12.0keeps the CLI on a supported runtime floor and avoids dependency update blockers caused by the old Node 20 allowance.Validation
pnpm testpassed: 32 test files, 291 tests.auth-logintests could not bind127.0.0.1in the sandbox (listen EPERM). The same suite passed outside the sandbox.