Skip to content

Commit

Permalink
install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsantos committed Oct 24, 2024
1 parent 693cc6c commit 440bda3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm i --frozen-lockfile
run: |
npm install -g pnpm
pnpm install --frozen-lockfile
- name: Lint, Build, and Test All
if: needs.detect-changes.outputs.affected == 'all'
Expand Down

0 comments on commit 440bda3

Please sign in to comment.