revert: revert: "chore: upgrade to node 18" (#34496)

This reverts commit eb26333ca6.
This commit is contained in:
Brian Smith
2024-04-10 11:30:44 -04:00
parent 6ea123db4d
commit 05baf4c1fe
11 changed files with 22031 additions and 26822 deletions

View File

@@ -114,8 +114,8 @@ RUN pip install -r requirements/pip.txt
RUN pip install -r requirements/edx/base.txt
# Install node and npm
RUN nodeenv /edx/app/edxapp/nodeenv --node=16.14.0 --prebuilt
RUN npm install -g npm@8.5.x
RUN nodeenv /edx/app/edxapp/nodeenv --node=18.19.0 --prebuilt
RUN npm install -g npm@10.5.x
# This script is used by an npm post-install hook.
# We copy it into the image now so that it will be available when we run `npm install` in the next step.