Skip to content

Commit

Permalink
chore: Upgrade workflow to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Aug 24, 2024
1 parent 7a8ffec commit bcfc8f1
Show file tree
Hide file tree
Showing 3 changed files with 3,293 additions and 2,683 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
Loading

0 comments on commit bcfc8f1

Please sign in to comment.