Merge pull request #49 from strongloop/drop-node6

Drop support for Node.js 6.x
This commit is contained in:
Miroslav Bajtoš 2019-10-04 09:08:44 +02:00 committed by GitHub
commit 91fa368457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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

View File

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