Drop Node.js 6.x from the supported versions

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2019-05-13 16:20:26 +02:00
parent 4b3a3a347c
commit a685553b49
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -34,7 +34,7 @@
"test": "nyc grunt mocha-and-karma" "test": "nyc grunt mocha-and-karma"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"dependencies": { "dependencies": {
"async": "^2.0.1", "async": "^2.0.1",