Skip to content

Commit

Permalink
chore(node): Update node version to 8x
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Oct 31, 2017
1 parent c362172 commit da24e83
Show file tree
Hide file tree
Showing 5 changed files with 2,650 additions and 1,838 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '6'
- '8'

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Working on your first Pull Request? You can learn how from this *free* series [H
| ------------------------------------------- | ------- |
| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` |
| [MailHog](https://github.com/mailhog/MailHog) | `~ ^1` |
| [Node.js](http://nodejs.org) | `~ ^6` |
| npm (comes with Node) | `~ ^3` |
| [Node.js](http://nodejs.org) | `~ ^8` |
| npm (comes with Node) | `~ ^5` |

> _Updating to the latest releases is recommended_.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
image: mongo:3.2.6

server:
image: node:6.2.1
image: node:8.9.0
depends_on:
- db
environment:
Expand Down
Loading

0 comments on commit da24e83

Please sign in to comment.