From 2b811e04f1982b02d59938a5a0c94e150f2f5033 Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Wed, 5 Mar 2025 02:13:30 +0530 Subject: [PATCH] docs: update Node.js version requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ace652..8aa6ddc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The project is built using **Next.js**, a React framework for building server-re ### Prerequisites -- **Node.js**: Ensure you have Node.js installed (v16 or higher). +- **Node.js**: Ensure you have Node.js installed (v20 or higher). - **pnpm**: The project uses `pnpm` as the package manager. ### Installation