From fef9be7fb1328246c62d49270c33131874525e7e Mon Sep 17 00:00:00 2001 From: Patrik Meijer Date: Fri, 12 Apr 2019 13:54:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7a16ad2a..f5fe5868e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ WebGME provides a variety of extension points for you to customize your applicat ### Dependencies #### Server - - [NodeJS](https://nodejs.org/) (version >= 4, CI tests are performed on versions 6.x, 8.x and LTS is recommended). + - [NodeJS](https://nodejs.org/) (version >= 4, CI tests are performed on versions 8.x, 10.x and LTS is recommended). - [MongoDB](https://www.mongodb.com/) (version >= 2.6). - [Git](https://git-scm.com) (must be available in PATH). - [Redis](https://redis.io/) Note that this is only needed if you intend on running [multiple webgme nodes](https://github.com/webgme/webgme/wiki/Multiple-Nodes) behind a reverse proxy.