Skip to content

Commit

Permalink
Revert "chore: upgrade to node 18 in edx-platform" (#1040)
Browse files Browse the repository at this point in the history
This reverts commit ab2689a,
as the upstream Node upgrade was reverted: openedx/edx-platform#34496
  • Loading branch information
kdmccormick authored Apr 11, 2024
1 parent 124f082 commit b1ffba2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion changelog.d/20240410_102248_regis_node18.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ENV PATH /openedx/nodeenv/bin:/openedx/venv/bin:${PATH}
# https://github.com/openedx/edx-platform/blob/master/requirements/edx/base.txt
# https://github.com/pyenv/pyenv/releases
RUN pip install nodeenv==1.8.0
RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt
RUN nodeenv /openedx/nodeenv --node=16.14.0 --prebuilt

# Install nodejs requirements
ARG NPM_REGISTRY={{ NPM_REGISTRY }}
Expand Down

0 comments on commit b1ffba2

Please sign in to comment.