Skip to content

Commit 676903b

Browse files
authored
build: 修改构建脚本,锁定pnpm版本 (#1938)
1 parent 2c87247 commit 676903b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
ls
3737
node -v
38-
npm install pnpm -g
38+
npm install pnpm@9.15.4 -g
3939
pnpm -v
4040
pnpm install --no-frozen-lockfile
4141
pnpm run build:lib

0 commit comments

Comments
 (0)