Skip to content

Commit cbec703

Browse files
committed
refactorings
1 parent 09e5a53 commit cbec703

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/eas.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ on:
22
push:
33
branches:
44
- main
5+
56
jobs:
6-
update:
7+
build-apk:
78
runs-on: ubuntu-latest
89
steps:
910
- name: 🏗 Setup repo
@@ -12,6 +13,12 @@ jobs:
1213
- name: 🏗 Setup Node
1314
uses: actions/setup-node@v3
1415

16+
- name: 🏗 Install pnpm
17+
run: npm install -g pnpm
18+
19+
- name: 🏗 Install dependencies using pnpm
20+
run: pnpm install
21+
1522
- name: 🏗 Setup EAS
1623
uses: expo/expo-github-action@v8
1724
with:

0 commit comments

Comments
 (0)