Skip to content

Commit 0291a92

Browse files
pnpm fix yet again...
1 parent ad24cda commit 0291a92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ jobs:
127127
- name: "Install @expo/config-plugins"
128128
run: pnpm add @expo/config-plugins
129129

130+
# ========================
131+
# Install @babel/runtime to resolve bundling error
132+
# ========================
133+
- name: "Install @babel/runtime"
134+
run: pnpm add @babel/runtime
135+
130136
# ========================
131137
# 🏗️ Build Execution
132138
# ========================

0 commit comments

Comments
 (0)