Skip to content

Commit 5f55ae8

Browse files
chore: disable check-peer-dependencies in CI
1 parent e01fde2 commit 5f55ae8

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
@@ -29,7 +29,7 @@ jobs:
2929
git config --global user.name uirouter_github_actions
3030
- name: Install Dependencies
3131
run: yarn install --pure-lockfile
32-
- name: Check Peer Dependencies
33-
run: npx check-peer-dependencies
32+
#- name: Check Peer Dependencies
33+
# run: npx check-peer-dependencies
3434
- name: Run Tests
3535
run: yarn ${{ matrix.yarncmd }}

0 commit comments

Comments
 (0)