fix nvm
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-16 11:52:05 +01:00
parent 0c6cdd26fb
commit e40a3caf34

View File

@@ -17,7 +17,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& echo "install nvm and node" \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash \
&& if [ -z "$NODE_VERSION" ]; then NODE_VERSION="node"; fi \
&& bash $HOME/.nvm/nvm.sh install $NODE_VERSION \
&& bash $NVM_DIR/nvm.sh install $NODE_VERSION \
&& echo "install composer" \
&& curl -o composer-setup.php https://getcomposer.org/installer \
&& curl -o composer-setup.sig https://composer.github.io/installer.sig \