fix(repo): fix pnpm version on freebsd (#23045)

This commit is contained in:
Jason Jean 2024-04-29 07:50:40 -04:00 committed by GitHub
parent f74aeabdb5
commit 9c6532ca68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ jobs:
env
whoami
sudo pkg install -y -f node libnghttp2 npm git
sudo npm install --location=global --ignore-scripts pnpm
sudo npm install --location=global --ignore-scripts pnpm@8.15.7
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
source "$HOME/.cargo/env"