mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
revert: revert: chore: upgrade to node 18 in edx-platform
This reverts commit b1ffba23c9
,
restoring the Node 16->18 upgrade.
Upstream PR: https://github.com/openedx/edx-platform/pull/34503
This commit is contained in:
parent
4c723dfe89
commit
21e32fc390
1
changelog.d/20240410_102248_regis_node18.md
Normal file
1
changelog.d/20240410_102248_regis_node18.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- [Improvement] Upgrade Nodejs from 16.14.0 to 18.20.1 in edx-platform. (by @regisb)
|
@ -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/openedx/edx-platform/blob/master/requirements/edx/base.txt
|
||||||
# https://github.com/pyenv/pyenv/releases
|
# https://github.com/pyenv/pyenv/releases
|
||||||
RUN pip install nodeenv==1.8.0
|
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
|
# Install nodejs requirements
|
||||||
ARG NPM_REGISTRY={{ NPM_REGISTRY }}
|
ARG NPM_REGISTRY={{ NPM_REGISTRY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user