mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: make sure brew installed node is available in path (#15382)
This commit is contained in:
committed by
John Kleinschmidt
parent
436b9a2ee1
commit
ac1bfb2337
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user