feat: drop support for Node.js 6.x

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2019-10-11 15:59:31 +02:00
parent d781b3555f
commit 2b82969706
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
"license": "MIT",
"version": "3.3.0",
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": {
"type": "git",