Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 7, 2024
1 parent 5ef8179 commit 5c5b0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Lint
run: npm run lint
run: pnpm run lint

test-app:
name: Test app
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test
uses: percy/[email protected]
with:
custom-command: npm run test:ember
custom-command: pnpm run test:ember
env:
PERCY_TOKEN: 877df6aad8486060f69a34864b6cd33f870633743b23411343737c46a875a762

Expand Down

0 comments on commit 5c5b0fd

Please sign in to comment.