Skip to content

Commit

Permalink
Add missing install pnpm step
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza committed Jun 21, 2024
1 parent e0ed000 commit dd0ee4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install node.js v20
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dd0ee4d

Please sign in to comment.