Skip to content

Commit

Permalink
fix(repo): fix pnpm version on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 27, 2024
1 parent f32f692 commit 5c4490f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 5c4490f

Please sign in to comment.