Skip to content

Commit

Permalink
fix: add pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 6, 2024
1 parent 8f94e13 commit 602767c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: pnpm/action-setup@v4
with:
version: 9.7.1
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 602767c

Please sign in to comment.