Feat: Move to node 6

This commit is contained in:
Berkeley Martinez
2016-09-28 15:32:35 -07:00
parent 9bb3087776
commit f657c6721c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '4.2.1' - '6'
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

View File

@ -61,8 +61,8 @@ If you've found a bug that is not on the board, [follow these steps](#found-a-bu
| Prerequisite | Version | | Prerequisite | Version |
| ------------------------------------------- | ------- | | ------------------------------------------- | ------- |
| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` | | [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` |
| [Node.js](http://nodejs.org) | `~ ^4` | | [Node.js](http://nodejs.org) | `~ ^6` |
| npm (comes with Node) | `~ ^2` | | npm (comes with Node) | `~ ^3` |
> _Updating to the latest releases is recommended_. > _Updating to the latest releases is recommended_.