Update RHEL 8 nodejs to 12

Change-Id: Ia74d0226499d07cb7d893ddb8b07f066237d8e6f
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
(cherry picked from commit e5d01ece3e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Allan Sandfeld Jensen
2021-11-17 11:48:46 +01:00
committed by Qt Cherry-pick Bot
parent c474dd17ec
commit cd8a69a4c2
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ sudo yum -y install "${installPackages[@]}"
sudo ln -s /usr/bin/python2 /usr/bin/python
sudo yum -y install @nodejs
sudo dnf -y module install nodejs:12
# We shouldn't use yum to install virtualenv. The one found from package repo is not
# working, but we can use installed pip

View File

@@ -145,7 +145,7 @@ sudo yum -y install "${installPackages[@]}"
sudo ln -s /usr/bin/python2 /usr/bin/python
sudo yum -y install @nodejs
sudo dnf -y module install nodejs:12
# We shouldn't use yum to install virtualenv. The one found from package repo is not
# working, but we can use installed pip