Skip to content

Commit 748c3c5

Browse files
committed
chore(Github): 修复 pnpm 版本声明与 package.json 中的 packageManager 字段不一致的问题
1 parent 6e81c47 commit 748c3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# 准备 pnpm
2323
- uses: pnpm/action-setup@v4
2424
with:
25-
version: 8
25+
version: 8.1.0
2626
cache: pnpm
2727
# 配置 git 用户
2828
- name: Setup git user

0 commit comments

Comments
 (0)