drop support for node 6

This commit is contained in:
Nora 2019-07-25 15:39:33 -04:00
parent 61f031aeb9
commit e5e4ba93ef
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"

View File

@ -15,7 +15,7 @@
"lint": "eslint ."
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": {
"type": "git",