Use Node 8.4 for builds

This commit is contained in:
jpellizzari
2017-08-21 13:47:31 -07:00
parent 86292acf47
commit 659759fdfd
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
"reqwest": "2.0.5",
"reselect": "3.0.0",
"reselect-map": "1.0.1",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.1.20",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.1.28",
"whatwg-fetch": "2.0.3",
"xterm": "2.5.0"
},
@@ -128,6 +128,6 @@
]
},
"engines": {
"node": "^6.9.0"
"node": "^8.4.0"
}
}