Skip to content

Commit 57a97bf

Browse files
authored
fix: fix pnpm version
1 parent b428747 commit 57a97bf

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 -g
20+
npm install pnpm@7 -g
2121
pnpm install
2222
cd ./packages/demo && npm run build
2323

0 commit comments

Comments
 (0)