Skip to content

Commit c97bb7a

Browse files
author
Lalit Sharma
committed
feat: update eas-build.yml to specify pnpm as the packager for EAS builds
1 parent 61e8489 commit c97bb7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/eas-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
with:
8282
eas-version: latest
8383
token: ${{ secrets.EXPO_TOKEN }}
84+
packager: pnpm
8485

8586
- name: Validate Google Maps Android key
8687
if: ${{ (github.event.inputs.platform || 'all') != 'ios' }}
@@ -170,6 +171,7 @@ jobs:
170171
with:
171172
eas-version: latest
172173
token: ${{ secrets.EXPO_TOKEN }}
174+
packager: pnpm
173175

174176
- name: Download build artifacts
175177
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)