NodeJS: Bump to actively maintained LTS 14.15.1

This commit is contained in:
Yanis Guenane
2020-12-07 10:24:51 +01:00
parent 87e564026e
commit 14685b9157
5 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ RUN dnf -y install \
wget \
diffutils \
unzip && \
npm install -g n && n 10.15.0 && dnf remove -y nodejs
npm install -g n && n 14.15.1 && dnf remove -y nodejs
{% endif %}
# Install runtime requirements