Merge pull request #268 from strongloop/drop-node-6

Drop Node.js 6 and add Node.js 12 to Travis CI
This commit is contained in:
Nora 2019-11-18 23:38:33 -05:00 committed by GitHub
commit 06fae69f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@
"version": "6.4.0",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=6"
"node": ">=8.9"
},
"main": "index.js",
"scripts": {