feat: drop support of Node.js 4

BREAKING CHANGE:

Node.js>=6 is required
This commit is contained in:
Zoltan Kochan
2018-05-13 22:12:11 +03:00
parent 112d572922
commit a66ac4cccb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,9 +1,8 @@
language: node_js
node_js:
- 4
- 6
- 8
- 9
- 10
sudo: false
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node

View File

@@ -8,7 +8,7 @@
"lib"
],
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",