Skip to content

Commit

Permalink
fix(ci): upgrade pnpm/action-setup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jul 5, 2024
1 parent f2e440e commit ad23afd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -38,9 +37,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit ad23afd

Please sign in to comment.