From 826e89f688458ff7cbeb0949841c77db334c1e9b Mon Sep 17 00:00:00 2001 From: SnowPhoenix Date: Tue, 8 May 2018 16:47:57 -0400 Subject: [PATCH] Update minimum Node.js version required to 6.x (#635) --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50c49f9d..7e32c6e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: global: - SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true matrix: - - export NODE_VERSION="4" + - export NODE_VERSION="6" matrix: fast_finish: true diff --git a/README.md b/README.md index b6b4be3d..a55762f2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Your first account will automatically get mod permission on both subreddits and ### 2. Install prerequisites - Make sure you have Node.js ([some helpful guides here](https://nodejs.org/en/download/package-manager/)) and MongoDB ([check it here](https://docs.mongodb.com/manual/installation/)) installed. Node.js 4.0.0 or greater is required. Install git. + Make sure you have Node.js ([some helpful guides here](https://nodejs.org/en/download/package-manager/)) and MongoDB ([check it here](https://docs.mongodb.com/manual/installation/)) installed. Node.js 6.0.0 or greater is required. Install git. ### 3. Prepare the application folder