Merge pull request #2113 from kialam/upgrade-node-lts

Upgrade Node and NPM to LTS
This commit is contained in:
Shane McDonald
2018-09-18 12:46:30 -04:00
committed by GitHub
5 changed files with 15051 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ RUN yum install -y bzip2 \
python \
python-pip
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
RUN yum install -y nodejs
RUN npm set progress=false