Skip to content

Commit

Permalink
Update minimum Node.js version required to 6.x (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowPhoenix authored May 8, 2018
1 parent cfd30e8 commit 826e89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 826e89f

Please sign in to comment.