mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-02 04:41:49 -05:00
Merge pull request #2113 from kialam/upgrade-node-lts
Upgrade Node and NPM to LTS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user