Skip to content

Commit

Permalink
chore(node): upgrade version of node.js required
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrith committed Jul 11, 2019
1 parent 08ab90e commit 7a57333
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 @@
# travis.yml
language: node_js
node_js:
- "7"
- "8"
install:
- npm install
- npm install -g npx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"type": "commonjs",
"engines": {
"node": ">=4.10.0"
"node": ">=8.0.0"
}
}

0 comments on commit 7a57333

Please sign in to comment.