Skip to content

Commit

Permalink
feat: fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Jun 21, 2023
1 parent 75b4e6c commit b8f647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eb-release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Npm Install
run: |
npm install pnpm -g
npm install pnpm@7.9.3 -g
pnpm install
- name: Version
Expand Down

0 comments on commit b8f647a

Please sign in to comment.