Pin node version to v10.15.3

This commit is contained in:
Mahmood Ali 2019-05-22 14:23:50 -04:00
parent f71c618d63
commit b7320b91d7
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ RUN /tmp/scripts/vagrant-linux-unpriv-ui.sh
COPY ./scripts/release/docker-build-all /tmp/scripts/docker-build-all
# Update PATH with GO bin, yarn, and node
ENV NODE_VERSION=v10.0.0
ENV NODE_VERSION=v10.15.3
ENV GOPATH="/opt/gopath" \
PATH="/home/vagrant/.nvm/versions/node/${NODE_VERSION}/bin:/home/vagrant/bin:/opt/gopath/bin:/home/vagrant/.yarn/bin:/home/vagrant/.config/yarn/global/node_modules/.bin:$PATH"

View file

@ -9,8 +9,8 @@ export NVM_DIR="/home/vagrant/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
# Install Node, Ember CLI, and Phantom for UI development
nvm install 10
nvm alias default 10
nvm install 10.15.3
nvm alias default 10.15.3
npm install -g ember-cli
# Install Yarn for front-end dependency management