Drop support for Node 4.x
Node 4.x is no longer maintained by Node.js project.
This commit is contained in:
parent
77f11cda3b
commit
c479be7069
|
@ -1,7 +1,6 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"ORM"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
"node": ">=6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue