Skip to content

Commit

Permalink
feat(release workflow): update pnpm action version
Browse files Browse the repository at this point in the history
  • Loading branch information
zr87 committed Aug 7, 2024
1 parent f1030e1 commit d197381
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 @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
Expand Down

0 comments on commit d197381

Please sign in to comment.