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
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
|
||||||
- "8"
|
- "8"
|
||||||
- "10"
|
- "10"
|
||||||
|
- "12"
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue