Skip to content

Commit

Permalink
chore: update pnpm version from 8 to 9 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Jan 23, 2025
1 parent 275ba51 commit 375c59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

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

0 comments on commit 375c59f

Please sign in to comment.