Bump node and npm versions inside container

Bump node and npm versions inside container

Prepating to bump react scripts to 5.0.

See: https://github.com/ansible/awx/issues/11543
This commit is contained in:
nixocio 2022-01-17 20:33:47 -05:00
parent 696c0b0055
commit b1e9537499

View File

@ -157,7 +157,7 @@ RUN dnf -y install \
wget \
diffutils \
unzip && \
npm install -g n && n 14.15.1 && npm install -g npm@7.20.3 && dnf remove -y nodejs
npm install -g n && n 14.18.3 && npm install -g npm@7.24.2 && dnf remove -y nodejs
RUN pip3 install black git+https://github.com/coderanger/supervisor-stdout