Drop support for Node 4.x
Node 4.x is no longer maintained by Node.js project.
This commit is contained in:
parent
97d2aea868
commit
5231b0cb27
|
@ -1,5 +1,4 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "4.4.0",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue