Skip to content

Commit

Permalink
ci: remove strict-peer-dependencies option
Browse files Browse the repository at this point in the history
Co-authored-by: cm-ayf <[email protected]>
  • Loading branch information
Mogyuchi and cm-ayf committed Dec 21, 2023
1 parent b04e78e commit d711696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: "pnpm"
node-version-file: ".node-version"
- name: Install dependencies
run: pnpm install --frozen-lockfile --strict-peer-dependencies
run: pnpm install --frozen-lockfile
- name: Check types
run: pnpm run tsc:check
- name: Check lint rules
Expand Down

0 comments on commit d711696

Please sign in to comment.