Skip to content

Commit 1235e43

Browse files
committed
Added peer dependency check skip.
1 parent 42607b2 commit 1235e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)