Skip to content

Commit d56a770

Browse files
committed
just install without switches
1 parent 8ad3f3c commit d56a770

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
- name: pnpm-install
2525
uses: pnpm/action-setup@v4
2626
with:
27-
run_install: |
28-
- args: [--strict-peer-dependencies]
27+
run_install: true
2928

3029
- name: lint
3130
run: pnpm lint

0 commit comments

Comments
 (0)