Skip to content

Commit 4a5cb18

Browse files
committed
try pnpm 11 (beta)
1 parent 69bc1ee commit 4a5cb18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release-insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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",

0 commit comments

Comments
 (0)