We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fd600 commit 24a1ee7Copy full SHA for 24a1ee7
.github/workflows/eas-android-build.yml
@@ -37,6 +37,11 @@ jobs:
37
node-version: 20.x
38
cache: "pnpm"
39
40
+ - name: "🔧 Setup pnpm"
41
+ uses: pnpm/action-setup@v4
42
+ with:
43
+ version: 10
44
+
45
- name: "🧩 Install dependencies (ci)"
46
run: pnpm install --frozen-lockfile
47
@@ -139,6 +144,11 @@ jobs:
139
144
140
145
141
146
147
148
149
150
151
142
152
- name: "📦 Install Dependencies"
143
153
154
0 commit comments