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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Muhammed Mustafa
2023-10-16 09:50:16 +03:00
committed by GitHub
parent 39f078f043
commit f3d16abc80
+2 -2
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