Skip to content

Commit 4afd3d7

Browse files
committed
fix nodejs for OOD
1 parent d858c09 commit 4afd3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/builder/defaults/main/dnf_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ dnf_latest_packages: # list of packages to install using dnf
6161
- chkconfig
6262

6363
dnf_specific_packages:
64-
# done separately as @ruby and @nodejs are el8.4 modules which breaks if requiring latest, as for above
64+
# done separately as @ruby and @nodejs are EL modules which breaks if requiring latest, as for above
6565
# https://github.com/OSC/ood-ansible/blob/master/vars/Rocky.yml
6666
- '@ruby:2.7'
67-
- '@nodejs:12'
67+
- '@nodejs:14'
6868

6969
# https://github.com/stackhpc/ansible-slurm-appliance/blob/main/ansible/roles/openondemand/tasks/vnc_compute.yml
7070
- turbovnc-3.0.1

0 commit comments

Comments
 (0)