Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/200-orm/500-reference/400-system-requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |


Expand All @@ -33,14 +33,14 @@ See also: [Supported database versions](/orm/reference/supported-databases)
<details>
<summary>Expand for earlier versions</summary>

### 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 |

</details>
Expand Down
Loading