We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42607b2 commit 1235e43Copy full SHA for 1235e43
.github/workflows/eas-android-build.yml
@@ -40,7 +40,7 @@ jobs:
40
cache: "npm"
41
42
- name: "🧩 Install dependencies (ci)"
43
- run: npm ci
+ run: npm ci --legacy-peer-deps
44
45
# ========================
46
# 🔄 Version Management
0 commit comments