Merge pull request #148 from strongloop/add-node12
chore: add node 12 and remove support for Node.js 6
This commit is contained in:
commit
473c90ae63
|
@ -1,6 +1,6 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "4.8.0",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8.9"
|
||||
},
|
||||
"author": "IBM Corp.",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue