Skip to content

Commit a8a2a43

Browse files
Pin pnpm version in freebsd build
1 parent 6fffcfd commit a8a2a43

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/prepare-release.yml

+1-1
Original file line numberDiff line numberDiff 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"

.github/workflows/release-insiders.yml

+1-1
Original file line numberDiff line numberDiff 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"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff 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"

mise.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
pnpm = "9.14.4"

0 commit comments

Comments
 (0)