Merge pull request #97 from strongloop/add-node-12

Drop support for Node.js 6 and add Node.js 12 to CI
This commit is contained in:
Nora 2019-07-25 17:46:11 -04:00 committed by GitHub
commit 6caf45d39e
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

@ -15,7 +15,7 @@
"lint": "eslint ."
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": {
"type": "git",