Skip to content

Commit b6bef1a

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

File tree

4 files changed

+17
-467
lines changed

4 files changed

+17
-467
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)