Skip to content

Commit

Permalink
ci: update to pnpm@9
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed May 25, 2024
1 parent c4c414f commit 93a7353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/not-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 93a7353

Please sign in to comment.