Skip to content

Commit a116ecd

Browse files
authored
Merge pull request #3 from emNavi/dev
[update]: pnpm版本解除强制
2 parents 76ea594 + dcbe920 commit a116ecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
25+
with:
26+
# 使用 pnpm 安装依赖
27+
run_install: true
2528
- name: Setup Node.js
2629
uses: actions/setup-node@v4
2730
with:

0 commit comments

Comments
 (0)