diff --git a/content/200-orm/500-reference/400-system-requirements.mdx b/content/200-orm/500-reference/400-system-requirements.mdx index 9306759072..89273ec8d1 100644 --- a/content/200-orm/500-reference/400-system-requirements.mdx +++ b/content/200-orm/500-reference/400-system-requirements.mdx @@ -15,11 +15,11 @@ This section lists the software that Prisma ORM requires and the supported opera The latest version of Prisma ORM requires the following software: -| Tool | Minimum required version | -| :-------------------- | :----------------------- | +| Tool | Minimum required version | +| :-------------------- | :----------------------- | | Node.js | ^20.19.0, ^22.12.0, or ^24.0.0 | -| TypeScript (optional) | 5.4+ | -| Yarn (optional) | 1.19.2 | +| TypeScript (optional) | 5.4+ | +| Yarn (optional) | 1.19.2 | - 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](https://nodejs.org/en/about/releases/) probably also work, but are not recommended for production use. - **TypeScript** is only required for TypeScript users. diff --git a/content/800-guides/010-data-migration.mdx b/content/800-guides/010-data-migration.mdx index f8632988d7..9b551c8bb3 100644 --- a/content/800-guides/010-data-migration.mdx +++ b/content/800-guides/010-data-migration.mdx @@ -30,7 +30,7 @@ When making changes to your database schema in production, it's crucial to ensur Before starting this guide, make sure you have: -- Node.js installed (version 18 or higher) +- Node.js installed (version 20 or higher) - A Prisma ORM project with an existing schema - A supported database (PostgreSQL, MySQL, SQLite, SQL Server, etc.) - Access to both development and production databases @@ -289,4 +289,4 @@ Now that you've completed your first expand and contract migration, you can: For more information: - [Expand and Contract Pattern Documentation](https://www.prisma.io/dataguide/types/relational/expand-and-contract-pattern) -- [Prisma Migrate Workflows](/orm/prisma-migrate/workflows) +- [Prisma Migrate Workflows](/orm/prisma-migrate/workflows) \ No newline at end of file diff --git a/content/800-guides/020-implementing-schema-changes.mdx b/content/800-guides/020-implementing-schema-changes.mdx index c98f1c253e..bcdb7628cc 100644 --- a/content/800-guides/020-implementing-schema-changes.mdx +++ b/content/800-guides/020-implementing-schema-changes.mdx @@ -16,7 +16,7 @@ When working in a team, managing database schema changes can be challenging. Thi Before starting this guide, make sure you have: -- Node.js installed (version 18 or higher) +- Node.js installed (version 20 or higher) - A Prisma project set up with migrations - A relational database (PostgreSQL, MySQL, SQLite, SQL Server, etc.) - Basic understanding of Git diff --git a/content/800-guides/040-migrate-from-sequelize.mdx b/content/800-guides/040-migrate-from-sequelize.mdx index 2f8bc9c460..a77ba74401 100644 --- a/content/800-guides/040-migrate-from-sequelize.mdx +++ b/content/800-guides/040-migrate-from-sequelize.mdx @@ -19,7 +19,7 @@ This migration guide uses PostgreSQL as the example database, but it equally app Before starting this guide, make sure you have: - A Sequelize project you want to migrate -- Node.js installed (version 18 or higher) +- Node.js installed (version 20 or higher) - PostgreSQL or another supported database - Basic familiarity with Sequelize and Express.js @@ -259,4 +259,4 @@ Now that you've migrated to Prisma ORM, you can: For more information: - [Prisma ORM documentation](/orm) -- [Prisma Client API reference](/orm/prisma-client) +- [Prisma Client API reference](/orm/prisma-client) \ No newline at end of file diff --git a/content/800-guides/070-cloudflare-d1.mdx b/content/800-guides/070-cloudflare-d1.mdx index 548c40190b..f3e88d85be 100644 --- a/content/800-guides/070-cloudflare-d1.mdx +++ b/content/800-guides/070-cloudflare-d1.mdx @@ -17,7 +17,7 @@ This guide shows you how to use Prisma ORM with Cloudflare D1, a serverless SQL Before starting this guide, make sure you have: - A Cloudflare account -- Node.js installed (version 18 or higher) +- Node.js installed (version 20 or higher) - Wrangler CLI installed (version 3.39.0 or higher) - Basic familiarity with Cloudflare Workers and D1 diff --git a/content/800-guides/320-permit-io-access-control.mdx b/content/800-guides/320-permit-io-access-control.mdx index bda725429f..6947baf642 100644 --- a/content/800-guides/320-permit-io-access-control.mdx +++ b/content/800-guides/320-permit-io-access-control.mdx @@ -23,7 +23,7 @@ You can find a complete example of this guide [here](https://www.permit.io/blog/ ## Prerequisites -- [Node.js v16+](https://nodejs.org/) +- [Node.js v20+](https://nodejs.org/) - [PostgreSQL](https://www.postgresql.org/) (local or hosted) - [Prisma CLI](/orm/tools/prisma-cli) (`npx prisma`) - [TypeScript](https://www.typescriptlang.org/)