Skip to content

Commit

Permalink
ci: upgrade pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 9, 2025
1 parent 9d851b5 commit 56cab88
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 @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4.1.0

- name: Setup node
uses: actions/setup-node@v4
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4.1.0

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

0 comments on commit 56cab88

Please sign in to comment.