From ed26ed196d5de150bd4a4ad9a3ac45dad5afbfdd Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 21 May 2026 23:26:57 +0800 Subject: [PATCH] build: publish --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 72a4a5082..2eb3b7310 100755 --- a/start.sh +++ b/start.sh @@ -38,8 +38,8 @@ while true; do done -echo "安装pnpm, 前提是已经安装了nodejs" -$SUDO_CMD npm install -g pnpm --registry https://registry.npmmirror.com +echo "安装pnpm@10.33.4, 前提是已经安装了nodejs" +$SUDO_CMD npm install -g pnpm@10.33.4 --registry https://registry.npmmirror.com echo "安装依赖" $SUDO_CMD pnpm install --registry https://registry.npmmirror.com