Make sure node is set in path
This commit is contained in:
parent
518467cf4c
commit
8208296143
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ build-steps: &build-steps
|
||||||
echo 'Installing Node.js 10 for MacOS'
|
echo 'Installing Node.js 10 for MacOS'
|
||||||
brew update
|
brew update
|
||||||
brew install node@10
|
brew install node@10
|
||||||
|
echo 'export PATH="/usr/local/opt/node@10/bin:$PATH"' >> $BASH_ENV
|
||||||
fi
|
fi
|
||||||
- run:
|
- run:
|
||||||
name: Check for release
|
name: Check for release
|
||||||
|
|
Loading…
Add table
Reference in a new issue