Skip to content

Commit 4b3ee2a

Browse files
authored
fix: 修复ci构建问题 (#17)
1 parent 57b8bc4 commit 4b3ee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install and Build
1919
run: |
20-
npm install pnpm@7 -g
20+
npm install pnpm@8 -g
2121
pnpm install
2222
cd ./packages/demo && npm run build
2323

0 commit comments

Comments
 (0)