Use node 8.10.0 instead of 8.9.4
Test plan: * automated builds should pass * docker stuff should work Change-Id: I120e5689b6b219dc295517e92047cdf3f8b5d61e Reviewed-on: https://gerrit.instructure.com/143022 Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Jenkins Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
560c209e74
commit
ec0ed12ffb
|
@ -3,7 +3,7 @@
|
|||
"license": "AGPL-3.0",
|
||||
"version": "0.0.0",
|
||||
"engines": {
|
||||
"node": ">=8.9.4",
|
||||
"node": ">=8.10.0",
|
||||
"yarn": "1.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue