Merge pull request #148 from strongloop/add-node12

chore: add node 12 and remove support for Node.js 6
This commit is contained in:
Nora 2019-07-26 13:56:39 -04:00 committed by GitHub
commit 473c90ae63
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 sudo: false
language: node_js language: node_js
node_js: node_js:
- "6"
- "8" - "8"
- "10" - "10"
- "12"

View File

@ -3,7 +3,7 @@
"version": "4.8.0", "version": "4.8.0",
"description": "Building blocks for LoopBack connectors", "description": "Building blocks for LoopBack connectors",
"engines": { "engines": {
"node": ">=6" "node": ">=8.9"
}, },
"author": "IBM Corp.", "author": "IBM Corp.",
"keywords": [ "keywords": [