From a2bb210ebdd2b6168c85d95ca459c3c2d4072776 Mon Sep 17 00:00:00 2001 From: Choongkyu Kim Date: Sat, 11 Jun 2022 21:51:19 -0700 Subject: [PATCH] Update README to reflect nodejs version pinning (#3043) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d356f3299..516e9fe60b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,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 <15) +- Node.js (Version: >=14.x <17) - PostgreSQL - Yarn _(recommended)_