ci: make sure brew installed node is available in path (#15377)
This commit is contained in:
parent
3b6f0d83e1
commit
9086b8067b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue