Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Typecheck (React 18)
run: |
npm i --no-save @types/react@18 @types/react-dom@18
npm run typecheck

tests:
name: Tests
Expand Down
Loading