Skip to content

Commit 5cab918

Browse files
committed
🔧 add CI for latest react version
1 parent 470bea9 commit 5cab918

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,17 @@ jobs:
1717
- name: Run build
1818
run: pnpm run build
1919

20+
- name: Typecheck (react@18)
21+
run: pnpm run typecheck
22+
2023
- name: Lint
2124
run: pnpm run format -l
2225

2326
- name: Check Git Status
2427
run: git status --porcelain
28+
29+
- name: Update to latest react
30+
run: pnpm --recursive update --latest react react-dom @types/react @types/react-dom
31+
32+
- name: Typecheck (react@latest)
33+
run: pnpm run typecheck

0 commit comments

Comments
 (0)