fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-29 12:42:59 +02:00
parent d7dd21bd69
commit 66699e8b07

View File

@ -93,9 +93,9 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_STABLE \
&& nvm alias default $NODE_VERSION_STABLE \
&& nvm use default \
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm && pnpm upgrade -g && pnpm -v \
&& pnpm config set unsafe-perm true \
&& pnpm install -g agentkeepalive"
&& curl -fsSL https://get.pnpm.io/install.sh | sh - \
&& pnpm -v \
&& pnpm config set unsafe-perm true"
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH