File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 shell : bash
176176 run : |
177177 sudo pkg install -y -f curl node libnghttp2 npm
178- sudo npm install -g pnpm@10.33.0 --unsafe-perm=true
178+ sudo npm install -g pnpm@11.0.0-beta.6 --unsafe-perm=true
179179 curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-freebsd/rustup-init --output rustup-init
180180 chmod +x rustup-init
181181 ./rustup-init -y --profile minimal
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 shell : bash
175175 run : |
176176 sudo pkg install -y -f curl node libnghttp2 npm
177- sudo npm install -g pnpm@10.33.0 --unsafe-perm=true
177+ sudo npm install -g pnpm@11.0.0-beta.6 --unsafe-perm=true
178178 curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-freebsd/rustup-init --output rustup-init
179179 chmod +x rustup-init
180180 ./rustup-init -y --profile minimal
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 shell : bash
171171 run : |
172172 sudo pkg install -y -f curl node libnghttp2 npm
173- sudo npm install -g pnpm@10.33.0 --unsafe-perm=true
173+ sudo npm install -g pnpm@11.0.0-beta.6 --unsafe-perm=true
174174 curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-freebsd/rustup-init --output rustup-init
175175 chmod +x rustup-init
176176 ./rustup-init -y --profile minimal
Original file line number Diff line number Diff line change 6060 "typescript" : " ^5.5.4" ,
6161 "vitest" : " ^4.0.18"
6262 },
63- "packageManager" : " pnpm@10.33.0 " ,
63+ "packageManager" : " pnpm@11.0.0-beta.6 " ,
6464 "pnpm" : {
6565 "patchedDependencies" : {
6666 "@parcel/watcher@2.5.1" : " patches/@parcel__watcher@2.5.1.patch" ,
You can’t perform that action at this time.
0 commit comments