From c6f4b8d227503a5eb3f8d8651f5d5cf55c35e106 Mon Sep 17 00:00:00 2001 From: Luan van der Westhuizen Date: Tue, 2 Jun 2026 08:47:27 +0200 Subject: [PATCH] Bump CLI Node engine floor to 22.12 --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/onboarding/getting-started.md | 2 +- packages/cli/README.md | 2 +- packages/cli/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69a82f..2a85ab1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/README.md b/README.md index 0f0ee5f..49c39f6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ pnpm prisma app deploy Requirements: -- Node.js 20+ +- Node.js 22.12 or newer - pnpm 10+ Install dependencies: diff --git a/docs/onboarding/getting-started.md b/docs/onboarding/getting-started.md index b42aca9..81172fa 100644 --- a/docs/onboarding/getting-started.md +++ b/docs/onboarding/getting-started.md @@ -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 diff --git a/packages/cli/README.md b/packages/cli/README.md index 44dc0f6..1820c42 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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. diff --git a/packages/cli/package.json b/packages/cli/package.json index c053a02..14d29e8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -15,7 +15,7 @@ "access": "public" }, "engines": { - "node": ">=20" + "node": ">=22.12.0" }, "keywords": [ "prisma",