From 063d40aa0a3f8eed84a06ad43696816b09a9e806 Mon Sep 17 00:00:00 2001 From: Yassin Eldeeb Date: Fri, 15 Apr 2022 19:38:45 +0200 Subject: [PATCH] fix(readme): specify nodejs version in prereq section (#2514) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bfd4c55eb..423c3fa72a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,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 +- Node.js (Version: >=14.x <15) - PostgreSQL - Yarn _(recommended)_