Skip to content

Commit

Permalink
adds prune remove --optionalk
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Nov 1, 2024
1 parent e59d8b2 commit 1ec05d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-optional
run: pnpm install

- name: Prune incompatible dependencies
run: pnpm prune --prod

- name: Info
run: npx envinfo --preset playwright
Expand Down

0 comments on commit 1ec05d5

Please sign in to comment.