From 8efb98698d02dae51f613d5107d17d3cf32609d1 Mon Sep 17 00:00:00 2001 From: mohammed hussam <52914487+hussamkhatib@users.noreply.github.com> Date: Sat, 30 Jul 2022 20:24:42 +0530 Subject: [PATCH] change prerequistic of node.js from min 14.x to 15.x (#3587) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4566e7ef61..35af6c8d79 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To get a local copy up and running, please follow these simple steps. Here is what you need to be able to run Cal. -- Node.js (Version: >=14.x <17) +- Node.js (Version: >=15.x <17) - PostgreSQL - Yarn _(recommended)_