ci: upgrade to node 8 and Bazel 0.8 (#20807)

Closes #19648

PR Close #20807
This commit is contained in:
Alex Eagle
2017-12-05 11:36:08 -08:00
committed by Igor Minar
parent 80eeba272a
commit d824cc26a0
9 changed files with 16 additions and 18 deletions

View File

@ -59,7 +59,7 @@
"~~update-webdriver": "webdriver-manager update --standalone false --gecko false"
},
"engines": {
"node": ">=6.9.5 <7.0.0",
"node": ">=8.9.1 <9.0.0",
"yarn": ">=1.0.2 <2.0.0"
},
"private": true,