chore(ci): drop node 4 as a supported env (#478)
* chore(ci): drop node 4 as a supported env * chore(pkg): update engine
This commit is contained in:
Родитель
4c5c2babbe
Коммит
176c8285fc
|
@ -1,7 +1,6 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '4'
|
||||
- '6'
|
||||
|
||||
dist: trusty
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"url": "https://github.com/mozilla/fxa-oauth-server/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.5.0"
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^2.9.14",
|
||||
|
|
Загрузка…
Ссылка в новой задаче