fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-17 15:41:47 +01:00
parent 7c4a71cd4c
commit aaace28106

View File

@ -90,7 +90,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm use default \
&& npm config set unsafe-perm true \
&& npm install -g agentkeepalive \
&& npm install -g npm"
&& npm install -g npm@8"
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH