Merge pull request #298 from strongloop/drop-node6

Drop support for Node.js 6.x
This commit is contained in:
Miroslav Bajtoš 2019-10-03 17:03:36 +02:00 committed by GitHub
commit 1fec4ea375
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,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"

View File

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