Skip to content

Commit b8f647a

Browse files
committed
feat: fix pnpm version
1 parent 75b4e6c commit b8f647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eb-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Npm Install
3636
run: |
37-
npm install pnpm -g
37+
npm install pnpm@7.9.3 -g
3838
pnpm install
3939
4040
- name: Version

0 commit comments

Comments
 (0)