diff --git a/content/200-orm/500-reference/400-system-requirements.mdx b/content/200-orm/500-reference/400-system-requirements.mdx index 6226c4d734..fcc713e2d2 100644 --- a/content/200-orm/500-reference/400-system-requirements.mdx +++ b/content/200-orm/500-reference/400-system-requirements.mdx @@ -17,8 +17,8 @@ The latest version of Prisma ORM requires the following software: | Tool | Minimum required version | | :-------------------- | :----------------------- | -| Node.js | 18.8 / 20.9 / 22.11 | -| TypeScript (optional) | 5.1.X | +| Node.js | 20.19.0+ | +| TypeScript (optional) | 5.4+ | | Yarn (optional) | 1.19.2 | @@ -33,14 +33,14 @@ See also: [Supported database versions](/orm/reference/supported-databases)
Expand for earlier versions -### Prisma ORM v5 +### Prisma ORM v6 -Prisma ORM v5 requires the following software: +Prisma ORM v6 requires the following software: | | Minimum required version | | :-------------------- | :----------------------- | | Node.js | 16.13 / 18.X / 20.X | -| TypeScript (optional) | 4.7.X | +| TypeScript (optional) | 4.7+ | | Yarn (optional) | 1.19.2 |