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

This commit is contained in:
John Kleinschmidt 2018-10-24 20:40:23 -04:00 committed by Samuel Attard
parent 3b6f0d83e1
commit 9086b8067b

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