Skip to content

Commit

Permalink
Use PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored and gitbutler-client committed Aug 26, 2024
1 parent 582bd8f commit a9fc7b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
with:
node-version: "22"

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

- name: Install dependencies
run: npm ci
run: pnpm install --frozen-lockfile

- name: Run Vitest
run: npm run test
run: pnpm run test

0 comments on commit a9fc7b3

Please sign in to comment.