Drop Node.js 6.x support.

This commit is contained in:
XhmikosR
2019-11-27 12:30:57 +02:00
parent 6dcaad29bf
commit ee1205eeb4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
+1 -1
View File
@@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">=6"
"node": ">=8"
},
"eslintConfig": {
"extends": "eslint:recommended",