chore(gitpod): update gitpod node version (#51984)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
pull/51994/head
Muhammed Mustafa 2023-10-16 09:50:16 +03:00 committed by GitHub
parent 39f078f043
commit f3d16abc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.gitpod.Dockerfile vendored
View File

@ -1,9 +1,9 @@
FROM gitpod/workspace-mongodb:latest
# from https://www.gitpod.io/docs/introduction/languages/javascript#node-versions
RUN bash -c 'VERSION="18" \
RUN bash -c 'VERSION="20" \
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \
&& nvm use $VERSION && nvm alias default $VERSION \
&& npm i -g pnpm@8.6'
&& npm i -g pnpm@8.9'
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix