mirror of https://github.com/qt/qt5.git
Update node.js on RHEL 8.8 as well
Last update only touched RHEL 8.6 and 9.0 Pick-to: 6.6 Change-Id: I0c084edc08f3c833daa25c393674bd51eac4ea6e Reviewed-by: Michal Klocek <michal.klocek@qt.io>
This commit is contained in:
parent
dfc9955a95
commit
e8f9c3d1cf
|
@ -136,7 +136,7 @@ installPackages+=(open-vm-tools)
|
|||
|
||||
sudo yum -y install "${installPackages[@]}"
|
||||
|
||||
sudo dnf -y module install nodejs:12
|
||||
sudo dnf -y module install nodejs:16
|
||||
|
||||
# We shouldn't use yum to install virtualenv. The one found from package repo is not
|
||||
# working, but we can use installed pip
|
||||
|
|
Loading…
Reference in New Issue