Skip to content

Commit 73c7149

Browse files
committed
Added peer dependency check skip.
1 parent b693efb commit 73c7149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eas-android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: "npm"
4141

4242
- name: "🧩 Install dependencies (ci)"
43-
run: npm ci
43+
run: npm ci --legacy-peer-deps
4444

4545
# ========================
4646
# 🔄 Version Management

0 commit comments

Comments
 (0)