Bump node to LTS version

Bump node to LTS version
This commit is contained in:
nixocio
2022-02-10 15:44:02 -05:00
parent f085afd92f
commit 87b1f0d0de
7 changed files with 7 additions and 26 deletions

View File

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