Skip to content

Commit 968e174

Browse files
committed
修复构建
1 parent cd78767 commit 968e174

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Node.js
15-
uses: actions/setup-node@v3
16-
with:
14+
- name: 设置 pnpm
15+
uses: pnpm/action-setup@v4
16+
- name: 设置 Node.js
17+
uses: actions/setup-node@v4
18+
with:
1719
node-version: 20.x
1820
cache: pnpm
1921
- run: pnpm install

0 commit comments

Comments
 (0)