chore: update required pnpm version to >=10 (#60285)

This commit is contained in:
Oliver Eyton-Williams
2025-05-12 15:27:18 +02:00
committed by GitHub
parent 7c4ebb4671
commit 7a424171d2
19 changed files with 136 additions and 157 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ LABEL org.opencontainers.image.source=https://github.com/freecodecamp/freecodeca
RUN bash -c 'VERSION="20" \
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \
&& nvm use $VERSION && nvm alias default $VERSION \
&& npm i -g pnpm@9 \
&& npm i -g pnpm@10 \
&& echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix \
&& pnpm dlx playwright@1.47.1 install --with-deps chromium'