feat: drop Node.js 4 support

BREAKING CHANGE: Node.js 4 is not supported anymore
This commit is contained in:
Zoltan Kochan
2018-06-14 22:20:41 +03:00
parent 17bb72444e
commit 5d7fc72a25
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
language: node_js
node_js:
- 4
- 6
- 8
- 10

View File

@@ -30,7 +30,7 @@
"url": "https://www.kochan.io/"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"license": "MIT",
"bugs": {