Skip to content

Commit 12c549f

Browse files
author
Davi Castro Samora
committed
Fix GitHub Actions deploy: Add --legacy-peer-deps flag
- Resolve dependency conflict with @react-three/drei requiring React 19 - Add --legacy-peer-deps flag to npm ci command - Maintain compatibility with existing React 18 setup
1 parent ab228fb commit 12c549f

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
@@ -31,7 +31,7 @@ jobs:
3131
cache: 'npm'
3232

3333
- name: Install dependencies
34-
run: npm ci
34+
run: npm ci --legacy-peer-deps
3535

3636
- name: Build
3737
run: npm run build

0 commit comments

Comments
 (0)