mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
Revert "chore: upgrade to node 18 in edx-platform" (#1040)
This reverts commit ab2689a3fb
,
as the upstream Node upgrade was reverted: https://github.com/openedx/edx-platform/pull/34496
This commit is contained in:
parent
124f082a17
commit
b1ffba23c9
@ -1 +0,0 @@
|
||||
- [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/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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user