Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is unclear, update the relevant product doc before changing the command surface.

Requirements:

- Node.js 20 or newer
- Node.js 22.12 or newer
- pnpm 10

Install dependencies:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pnpm prisma app deploy

Requirements:

- Node.js 20+
- Node.js 22.12 or newer
- pnpm 10+

Install dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/onboarding/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide gets a local checkout ready for CLI development.

## Requirements

- Node.js 20 or newer
- Node.js 22.12 or newer
- pnpm 10

## Install
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ the result, and route CLI / Compute feedback to the right Prisma channel.

## Beta notes

- Requires Node.js 20 or newer.
- Requires Node.js 22.12 or newer.
- This is a beta package and may change quickly.
- Official beta releases publish as `@prisma/cli`.
- The package binary is `prisma-cli`, not `prisma`, during beta.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"access": "public"
},
"engines": {
"node": ">=20"
"node": ">=22.12.0"
},
"keywords": [
"prisma",
Expand Down
Loading