Skip to content

Commit

Permalink
ci: upgrade to pnpm action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 18, 2024
1 parent 8aa2e01 commit f162a0c
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 @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Install Node
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Install Node
Expand Down

0 comments on commit f162a0c

Please sign in to comment.