File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - ' develop'
5+ jobs :
6+ update :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : π Setup repo
10+ uses : actions/checkout@v3
11+
12+ - name : π Setup Node
13+ uses : actions/setup-node@v3
14+ with :
15+ node-version : 20.x
16+ cache : npm
17+
18+ - name : π Setup EAS
19+ uses : expo/expo-github-action@v8
20+ with :
21+ eas-version : latest
22+ token : ${{ secrets.EXPO_TOKEN }}
23+
24+ - name : π¦ Install dependencies
25+ run : npm install
26+
27+ - name : π Create build
28+ run : eas build --platform all --profile preview --non-interactive
Original file line number Diff line number Diff line change 1212 - name : π Setup Node
1313 uses : actions/setup-node@v3
1414 with :
15- node-version : 18 .x
15+ node-version : 20 .x
1616 cache : npm
1717
1818 - name : π Setup EAS
You canβt perform that action at this time.
0 commit comments