From 8674ad4c880d3193083e77edba03ed7bb63e04a6 Mon Sep 17 00:00:00 2001 From: Samyak Shah <86982322+samyakshah3008@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:42:08 +0530 Subject: [PATCH] docs: add node version minimum requirement (#975) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR fixes which issue ? This PR fixes #974 ## Description: - Have added minimum node version required to setup the Documenso project locally which will ensure to save time of new contributors setting up their project. 💚 ## Reference for the minimum requirement decision: https://nextjs.org/docs/app/building-your-application/upgrading/version-14#v14-summary --------- Co-authored-by: Adithya Krishna Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32150a14d..cdb687264 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Contact us if you are interested in our Enterprise plan for large organizations To run Documenso locally, you will need -- Node.js +- Node.js (v18 or above) - Postgres SQL Database - Docker (optional)