Skip to content

Commit 56e49e9

Browse files
authored
docs(): update node version in guides (#7371)
1 parent 147d3f1 commit 56e49e9

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

content/200-orm/500-reference/400-system-requirements.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This section lists the software that Prisma ORM requires and the supported opera
1515

1616
The latest version of Prisma ORM requires the following software:
1717

18-
| Tool | Minimum required version |
19-
| :-------------------- | :----------------------- |
18+
| Tool | Minimum required version |
19+
| :-------------------- | :----------------------- |
2020
| Node.js | ^20.19.0, ^22.12.0, or ^24.0.0 |
21-
| TypeScript (optional) | 5.4+ |
22-
| Yarn (optional) | 1.19.2 |
21+
| TypeScript (optional) | 5.4+ |
22+
| Yarn (optional) | 1.19.2 |
2323

2424
- 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.
2525
- **TypeScript** is only required for TypeScript users.

content/800-guides/010-data-migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When making changes to your database schema in production, it's crucial to ensur
3030

3131
Before starting this guide, make sure you have:
3232

33-
- Node.js installed (version 18 or higher)
33+
- Node.js installed (version 20 or higher)
3434
- A Prisma ORM project with an existing schema
3535
- A supported database (PostgreSQL, MySQL, SQLite, SQL Server, etc.)
3636
- Access to both development and production databases
@@ -289,4 +289,4 @@ Now that you've completed your first expand and contract migration, you can:
289289

290290
For more information:
291291
- [Expand and Contract Pattern Documentation](https://www.prisma.io/dataguide/types/relational/expand-and-contract-pattern)
292-
- [Prisma Migrate Workflows](/orm/prisma-migrate/workflows)
292+
- [Prisma Migrate Workflows](/orm/prisma-migrate/workflows)

content/800-guides/020-implementing-schema-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When working in a team, managing database schema changes can be challenging. Thi
1616

1717
Before starting this guide, make sure you have:
1818

19-
- Node.js installed (version 18 or higher)
19+
- Node.js installed (version 20 or higher)
2020
- A Prisma project set up with migrations
2121
- A relational database (PostgreSQL, MySQL, SQLite, SQL Server, etc.)
2222
- Basic understanding of Git

content/800-guides/040-migrate-from-sequelize.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This migration guide uses PostgreSQL as the example database, but it equally app
1919
Before starting this guide, make sure you have:
2020

2121
- A Sequelize project you want to migrate
22-
- Node.js installed (version 18 or higher)
22+
- Node.js installed (version 20 or higher)
2323
- PostgreSQL or another supported database
2424
- Basic familiarity with Sequelize and Express.js
2525

@@ -259,4 +259,4 @@ Now that you've migrated to Prisma ORM, you can:
259259

260260
For more information:
261261
- [Prisma ORM documentation](/orm)
262-
- [Prisma Client API reference](/orm/prisma-client)
262+
- [Prisma Client API reference](/orm/prisma-client)

content/800-guides/070-cloudflare-d1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide shows you how to use Prisma ORM with Cloudflare D1, a serverless SQL
1717
Before starting this guide, make sure you have:
1818

1919
- A Cloudflare account
20-
- Node.js installed (version 18 or higher)
20+
- Node.js installed (version 20 or higher)
2121
- Wrangler CLI installed (version 3.39.0 or higher)
2222
- Basic familiarity with Cloudflare Workers and D1
2323

content/800-guides/320-permit-io-access-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can find a complete example of this guide [here](https://www.permit.io/blog/
2323

2424
## Prerequisites
2525

26-
- [Node.js v16+](https://nodejs.org/)
26+
- [Node.js v20+](https://nodejs.org/)
2727
- [PostgreSQL](https://www.postgresql.org/) (local or hosted)
2828
- [Prisma CLI](/orm/tools/prisma-cli) (`npx prisma`)
2929
- [TypeScript](https://www.typescriptlang.org/)

0 commit comments

Comments
 (0)