Drop support for Node.js 6.x

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2019-10-03 14:41:23 +02:00
parent d54b970161
commit d4622392d3
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,6 +1,5 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "6"
- "8" - "8"
- "10" - "10"

View File

@ -3,7 +3,7 @@
"version": "3.4.0", "version": "3.4.0",
"description": "Current context for LoopBack applications, based on cls-hooked", "description": "Current context for LoopBack applications, based on cls-hooked",
"engines": { "engines": {
"node": "^6.0 || ^8.2.1 || ^10.14" "node": "^8.2.1 || ^10.14"
}, },
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",