Skip to content

Commit

Permalink
ci: pnpm setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jul 12, 2024
1 parent 1e63674 commit 058687e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: 'Set pnpm'
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 6.32.20

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v2

- name: 'Set pnpm'
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 6.32.20

Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v2

- name: 'Set pnpm'
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 6.32.20

Expand Down

0 comments on commit 058687e

Please sign in to comment.