Skip to content

Commit

Permalink
chore: fix pnpm version on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Nov 21, 2024
1 parent 58dcf6e commit ddd5b2d
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 @@ -15,7 +15,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 7.27.1
version: 8.8.0
- name: Prepare Packages
run: |
pnpm i
Expand Down

0 comments on commit ddd5b2d

Please sign in to comment.