Drop support for Node.js 6.x

It has reached end-of-life long time.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2019-10-03 16:57:02 +02:00
parent f6b2f24b29
commit 974c63ccd5
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"

View File

@ -13,7 +13,7 @@
"url": "https://github.com/strongloop/loopback-boot" "url": "https://github.com/strongloop/loopback-boot"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"main": "index.js", "main": "index.js",
"browser": "browser.js", "browser": "browser.js",