Skip to content

Commit ba0d7d8

Browse files
committed
feat: Upgrade to React 19
1 parent 4eafb87 commit ba0d7d8

File tree

5 files changed

+30
-461
lines changed

5 files changed

+30
-461
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 'lts/*'
3030
- name: Install dependencies
31-
run: npm ci
31+
run: npm ci --legacy-peer-deps
3232
- name: Validate
3333
run: npm run validate
3434
- name: Test

0 commit comments

Comments
 (0)