Skip to content

Commit

Permalink
revert: revert: chore: upgrade to node 18 in edx-platform
Browse files Browse the repository at this point in the history
This reverts commit b1ffba2,
restoring the Node 16->18 upgrade.

Upstream PR: openedx/edx-platform#34503
  • Loading branch information
kdmccormick authored Apr 23, 2024
1 parent 4c723df commit 21e32fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20240410_102248_regis_node18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Improvement] Upgrade Nodejs from 16.14.0 to 18.20.1 in edx-platform. (by @regisb)
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=16.14.0 --prebuilt
RUN nodeenv /openedx/nodeenv --node=18.20.1 --prebuilt

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

0 comments on commit 21e32fc

Please sign in to comment.