Skip to content

Commit 24a1ee7

Browse files
pnpm fixes.
1 parent 07fd600 commit 24a1ee7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
node-version: 20.x
3838
cache: "pnpm"
3939

40+
- name: "🔧 Setup pnpm"
41+
uses: pnpm/action-setup@v4
42+
with:
43+
version: 10
44+
4045
- name: "🧩 Install dependencies (ci)"
4146
run: pnpm install --frozen-lockfile
4247

@@ -139,6 +144,11 @@ jobs:
139144
node-version: 20.x
140145
cache: "pnpm"
141146

147+
- name: "🔧 Setup pnpm"
148+
uses: pnpm/action-setup@v4
149+
with:
150+
version: 10
151+
142152
- name: "📦 Install Dependencies"
143153
run: pnpm install --frozen-lockfile
144154

0 commit comments

Comments
 (0)