Skip to content

Commit 5c5b0fd

Browse files
committed
use pnpm
1 parent 5ef8179 commit 5c5b0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
- uses: ./.github/actions/setup
2121
- name: Lint
22-
run: npm run lint
22+
run: pnpm run lint
2323

2424
test-app:
2525
name: Test app
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
uses: percy/[email protected]
3434
with:
35-
custom-command: npm run test:ember
35+
custom-command: pnpm run test:ember
3636
env:
3737
PERCY_TOKEN: 877df6aad8486060f69a34864b6cd33f870633743b23411343737c46a875a762
3838

0 commit comments

Comments
 (0)