install correct nodejs version
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 2m3s

This commit is contained in:
Sven Heidemann 2023-11-28 13:26:11 +00:00
parent 8faa5b8795
commit 2908bc5ebf

View File

@ -29,6 +29,7 @@ RUN python3.10 -m pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
RUN python3.10 -m pip install cpl-query --extra-index-url https://pip.sh-edraft.de
# install node
RUN sud curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
RUN sudo apt -y install nodejs
RUN sudo apt -y install npm
RUN sudo npm install -g @angular/cli