Skip to content

Commit fd8a867

Browse files
committed
Fix GitHub Actions dependency resolution
Use --legacy-peer-deps flag to resolve React 19 compatibility issues during CI build process
1 parent 59d5bf3 commit fd8a867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
cd unccd-dashboard
35-
npm ci
35+
npm install --legacy-peer-deps
3636
3737
- name: Build with Next.js
3838
run: |

0 commit comments

Comments
 (0)