Skip to content

Commit

Permalink
[Chore #159216100] Upgrade NodeJS across all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
olusoladavid committed Jul 21, 2018
1 parent 1cfe94b commit d42fe39
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
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "8.11.1"
- "10.7.0"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MyDiary is an online journal where users can pen down their thoughts and feelings",
"main": "index.js",
"engines": {
"node": "8.11.1"
"node": "10.7.0"
},
"scripts": {
"dev": "nodemon server/index.js --exec babel-node",
Expand Down

0 comments on commit d42fe39

Please sign in to comment.