Skip to content

Commit 3c416a6

Browse files
authored
Update expo-update.yml
1 parent dbd7219 commit 3c416a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/expo-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: 🏗 Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 20.x
17+
node-version: 18.x
1818
cache: npm
1919

2020
- name: 🏗 Setup EAS
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.EXPO_TOKEN }}
2525

2626
- name: 📦 Install dependencies
27-
run: yarn install
27+
run: npm install
2828

2929
- name: 🚀 Create update
3030
run: eas update --auto --non-interactive

0 commit comments

Comments
 (0)