mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-25 02:14:11 -05:00
fix(.gitpod): fix pnpm minor version (#50683)
This commit is contained in:
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user