Skip to content

Commit

Permalink
Use pnpm version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Oct 15, 2024
1 parent 9385f9c commit e5be6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup PNPM 7
- name: Setup PNPM 9
uses: pnpm/action-setup@v2.0.1
with:
version: 7
version: 9
- name: Setup Node 18
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit e5be6db

Please sign in to comment.