ci: make sure brew installed node is available in path (#15382)

This commit is contained in:
trop[bot]
2018-10-25 08:41:01 -04:00
committed by John Kleinschmidt
parent 436b9a2ee1
commit ac1bfb2337

View File

@@ -154,6 +154,7 @@ step-install-nodejs-on-mac: &step-install-nodejs-on-mac
if [ "`uname`" == "Darwin" ]; then
brew update
brew install node@10
echo 'export PATH="/usr/local/opt/node@10/bin:$PATH"' >> $BASH_ENV
fi
step-gn-gen-default: &step-gn-gen-default