fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-29 12:53:57 +02:00
parent 7831edc5f0
commit 39f8227d1e

View File

@ -93,7 +93,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_STABLE \
&& nvm alias default $NODE_VERSION_STABLE \
&& nvm use default \
&& curl -fsSL https://get.pnpm.io/install.sh | sh - \
&& curl -fsSL https://get.pnpm.io/install.sh | bash - \
&& pnpm -v \
&& pnpm config set unsafe-perm true"