Skip to content

Commit

Permalink
Install pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 8, 2024
1 parent 1c42d2b commit 7e5c6c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
node-version: 20
cache: 'pnpm'

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

- name: Install deps
run: pnpm install

Expand Down

0 comments on commit 7e5c6c2

Please sign in to comment.