fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-29 12:03:57 +02:00
parent c399621989
commit b1c1efce87

View File

@ -88,7 +88,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_STABLE \
&& nvm alias default $NODE_VERSION_STABLE \
&& nvm use default \
&& npm config set unsafe-perm true \
# && npm config set unsafe-perm true \
&& npm install -g agentkeepalive \
&& npm install -g npm@8"