require Node >=8.3.0 💥 💚

This commit is contained in:
Jannis R 2018-11-21 19:01:40 +01:00
parent ca1105f139
commit bf3c4c58a1
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ language: node_js
node_js: node_js:
- 'stable' - 'stable'
- 'lts/*' - 'lts/*'
- '6' - '8'
cache: npm cache: npm

View file

@ -30,7 +30,7 @@
"http" "http"
], ],
"engines": { "engines": {
"node": ">=6" "node": ">=8.3.0"
}, },
"dependencies": { "dependencies": {
"@mapbox/polyline": "^1.0.0", "@mapbox/polyline": "^1.0.0",