Skip to content

Commit

Permalink
use pnpm 9 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 19, 2024
1 parent 86dfafa commit 808de32
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:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Install Node
uses: actions/setup-node@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Install Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 808de32

Please sign in to comment.