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:
Ryan Shaw 2018-03-08 13:33:46 -07:00
parent 560c209e74
commit ec0ed12ffb
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
v8.9.4
v8.10.0

View File

@ -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": {