Use nodejs v10 in testing

We currently use a mix of nodejs 6, 8, and 10 across different jobs.
Lets standardize on nodejs 10 everywhere.

Change-Id: Iec9bbf270589029d10c60ed602817e853c6e5bc4
This commit is contained in:
Clark Boylan
2019-05-30 14:26:24 -07:00
parent 1f8ec8499f
commit aa350543b4
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ then
pip install nodeenv
# Initialize nodeenv and tell it to re-use the currently active virtualenv
# TODO(jeblair): remove node version pin. upath 1.0.4 objects to node >9.
nodeenv --python-virtualenv -n 8.11.1
nodeenv --python-virtualenv -n 10.16.0
# Use -g because inside of the virtualenv '-g' means 'install into the'
# virtualenv - as opposed to installing into the local node_modules.
# Avoid writing a package-lock.json file since we don't use it.