Merge branch 'nh/update-nodejs-version-to-18.17.0' into 'master'

Update Node.js version to 18.17.0

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/702

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Nao Hashizume <nhashizume@gitlab.com>
This commit is contained in:
Stan Hu 2023-07-26 16:32:16 +00:00
commit 65a55a9100

View file

@ -15,7 +15,7 @@ RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f -executable -exec ln
ADD /scripts/ /scripts/
ADD /patches /patches/
ENV NODE_INSTALL_VERSION=18.16.0
ENV NODE_INSTALL_VERSION=18.17.0
ENV YARN_INSTALL_VERSION=1.22.19
RUN /scripts/install-www-gitlab-com