fix(.gitpod): fix pnpm minor version (#50683)

This commit is contained in:
Shaun Hamilton
2023-06-13 11:34:55 +02:00
committed by GitHub
parent 828bdb1771
commit 7596ab798f

2
.gitpod.Dockerfile vendored
View File

@@ -4,6 +4,6 @@ FROM gitpod/workspace-mongodb:latest
RUN bash -c 'VERSION="18" \
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \
&& nvm use $VERSION && nvm alias default $VERSION \
&& npm i -g pnpm@8'
&& npm i -g pnpm@8.6'
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix