Skip to content

Commit

Permalink
chore(node): update min node version to v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set min node version to v8
  • Loading branch information
lgaticaq committed Sep 22, 2018
1 parent abee37d commit 515dff1
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 873 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8
v10
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6"
- "10"
- "8"
notifications:
email: false
Expand Down

0 comments on commit 515dff1

Please sign in to comment.