Skip to content

Commit

Permalink
fix pnpm version at release workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed May 10, 2024
1 parent 482f8d6 commit 790f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 9.0.6

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 790f906

Please sign in to comment.