Skip to content

Commit

Permalink
fix(ci): adds install pnpm step
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jan 22, 2024
1 parent fb2b120 commit 54569a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v4

- name: Install pnpm
run: volta install pnpm

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 54569a8

Please sign in to comment.