File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 shell : bash
161161 run : |
162162 sudo pkg install -y -f curl node libnghttp2 npm
163- sudo npm install -g pnpm --unsafe-perm=true
163+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
164164 curl https://sh.rustup.rs -sSf --output rustup.sh
165165 sh rustup.sh -y --profile minimal --default-toolchain beta
166166 source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 shell : bash
160160 run : |
161161 sudo pkg install -y -f curl node libnghttp2 npm
162- sudo npm install -g pnpm --unsafe-perm=true
162+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163163 curl https://sh.rustup.rs -sSf --output rustup.sh
164164 sh rustup.sh -y --profile minimal --default-toolchain beta
165165 source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 shell : bash
160160 run : |
161161 sudo pkg install -y -f curl node libnghttp2 npm
162- sudo npm install -g pnpm --unsafe-perm=true
162+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163163 curl https://sh.rustup.rs -sSf --output rustup.sh
164164 sh rustup.sh -y --profile minimal --default-toolchain beta
165165 source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change 1+ [tools ]
2+ pnpm = " 9.14.4"
You can’t perform that action at this time.
0 commit comments