Skip to content

Commit

Permalink
ci(node-versions): stopped building against unsupported node versions
Browse files Browse the repository at this point in the history
and added node 12

BREAKING CHANGE: dropped support for end-of-life'ed versions of node
  • Loading branch information
travi committed Jun 15, 2019
1 parent 16e891f commit b36aa83
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.6.0
v10
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js

node_js:
- '10.6.0'
- '6'
- '7'
- '12'
- '10'
- '8'
- '9'

sudo: false

Expand Down
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b36aa83

Please sign in to comment.