Skip to content

Commit

Permalink
ci: add --legacy-peer-deps on npm ci
Browse files Browse the repository at this point in the history
Workaround for vuejs/pinia#853
  • Loading branch information
xicri committed Jul 23, 2022
1 parent ad2e986 commit 30283d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- restore_cache:
key: playwright-browsers-{{ checksum "package-lock.json" }}
- node/install-packages
- run: npm ci --legacy-peer-deps
- save_cache:
key: playwright-browsers-{{ checksum "package-lock.json" }}
paths:
Expand Down

0 comments on commit 30283d5

Please sign in to comment.