File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - ' **' # Roda em todas as branches
5- workflow_dispatch : # Permite rodar manualmente no GitHub Actions
6-
4+ - ' **'
75jobs :
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 }}
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
You can’t perform that action at this time.
0 commit comments