Skip to content

Commit ea0435d

Browse files
committed
upgrade pnpm version req
1 parent 9fb7388 commit ea0435d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/.project.dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ install.bin.direnv() {
212212
check.bin.pnpm() {
213213
{ { {
214214
vers=$(pnpm --version)k
215-
minver=8
215+
minver=9
216216
if [[ "$vers" =~ [v]?([0-9]+)[\.]{1} ]] && ((BASH_REMATCH[1] >= minver)); then
217217
report_success
218218
else
@@ -223,7 +223,7 @@ check.bin.pnpm() {
223223

224224
install.bin.pnpm() {
225225
{ { {
226-
npm install --prefix ./bin/tools/ -g pnpm@8.3.1
226+
npm install --prefix ./bin/tools/ -g pnpm@9.12.0
227227
} 2>&4 | xlog >&3; } 4>&1 | xerr >&3; } 3>&1
228228
}
229229

0 commit comments

Comments
 (0)