drop support for node.js 6
This commit is contained in:
parent
aa0540a1eb
commit
19ca0dbc26
|
@ -1,7 +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