mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: update required pnpm version to >=10 (#60285)
This commit is contained in:
committed by
GitHub
parent
7c4ebb4671
commit
7a424171d2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user