NodeJS 24 LTS
Hi all,
is NodeJS 24 LTS (24.11.0 atm) supported by Prisma.io? Docs says "Prisma ORM supports and tests all Active LTS and Maintenance LTS Node.js releases" but v24 is not listed.
5 Replies
Skipping coffee for instant knowledge! Let's brew that AI answer now.
These are the node versions, Prisma v6 supports right now

Upgrade to Prisma ORM 6 | Prisma Documentation
Guides on how to upgrade to Prisma ORM 6
Yes, Nodejs 24 LTS is supported
because it is >22.11.0
As of now, Node.js 24 LTS (24.11.0) is not officially listed as a supported version in the Prisma ORM documentation. The latest version of Prisma ORM (v6) officially supports Node.js 18.18.0, 20.9.0, and 22.11.0 as minimum required versions. The documentation states:
Prisma ORM supports and tests all Active LTS and Maintenance LTS Node.js releases. Releases that are not in these states like Current, and also odd-numbered versions probably also work, but are not recommended for production use.However, Node.js 24 is not explicitly mentioned in the supported versions table, and the minimum required versions for each major release do not include Node.js 24 yet. There is also an open issue requesting support for newer Node.js versions, indicating that users have encountered compatibility issues and that official support may not yet be available for Node.js 24 LTS. The recommendation is to use one of the officially supported LTS versions (18, 20, or 22) for production until Prisma updates its support matrix to include Node.js 24 LTS System requirements, Update NodeJS support to 22.13. If you attempt to use Prisma with Node.js 24, it may work, but there are no guarantees, and you may encounter issues that are not present in officially supported versions. Always refer to the system requirements for the most up-to-date information.