Make sure node is set in path

This commit is contained in:
John Kleinschmidt 2018-10-24 15:21:43 -04:00
parent 518467cf4c
commit 8208296143

View file

@ -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