Skip to content

Commit fd7f13d

Browse files
authored
Update expo-update.yml
1 parent 3cf4668 commit fd7f13d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/expo-update.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
on:
22
push:
33
branches:
4-
- '**' # Roda em todas as branches
5-
workflow_dispatch: # Permite rodar manualmente no GitHub Actions
6-
4+
- '**'
75
jobs:
86
update:
97
runs-on: ubuntu-latest
108
steps:
119
- name: 🏗 Setup repo
12-
uses: actions/checkout@v4
10+
uses: actions/checkout@v3
1311

1412
- name: 🏗 Setup Node
15-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v3
1614
with:
17-
node-version: 20.x
15+
node-version: 18.x
1816
cache: npm
1917

2018
- name: 🏗 Setup EAS
21-
uses: expo/expo-github-actions@v8
19+
uses: expo/expo-github-action@v8
2220
with:
2321
eas-version: latest
2422
token: ${{ secrets.EXPO_TOKEN }}
@@ -27,8 +25,4 @@ jobs:
2725
run: npm install
2826

2927
- name: 🚀 Create update
30-
uses: expo/expo-github-action/preview@v8
31-
id: eas-update
32-
with:
33-
eas-version: latest
34-
run: eas update --auto --non-interactive
28+
run: eas update --auto --non-interactive

0 commit comments

Comments
 (0)