Skip to content

Commit 634889f

Browse files
authored
fix(OCPQE-31091): i18next-parser modeule requires node version 22 but it's 24 (openshift#71096)
1 parent 8269ce9 commit 634889f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ images:
9696
ARG YQ_VERSION="v4.30.8"
9797
ENV ART_DNF_WRAPPER_POLICY=append
9898
RUN set -x && \
99-
curl --silent --location https://rpm.nodesource.com/setup_lts.x | bash - && \
99+
curl --silent --location https://rpm.nodesource.com/setup_22.x | bash - && \
100100
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \
101101
PACKAGES="alsa-lib gtk2-devel gtk3-devel httpd-tools libnotify-devel libXScrnSaver nodejs nss openssh-clients xorg-x11-server-Xvfb yarn" && \
102102
yum -y install --setopt=tsflags=nodocs $PACKAGES && \

0 commit comments

Comments
 (0)