File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 69
69
fetch-depth : 1
70
70
- uses : actions/setup-node@v4
71
71
with :
72
- node-version : 18
72
+ node-version : 20
73
73
- name : Get yarn cache directory path
74
74
id : yarn-cache-dir-path
75
75
run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 34
34
35
35
- uses : actions/setup-node@v4
36
36
with :
37
- node-version : 18
37
+ node-version : 20
38
38
- name : Get yarn cache directory path
39
39
id : yarn-cache-dir-path
40
40
run : echo "yarn-cache-dir-path=$(yarn cache dir)" >> $GITHUB_OUTPUT
66
66
distribution : ' temurin'
67
67
java-version : ' 17'
68
68
69
- - name : Verify JDK
70
- # Default JDK varies depending on different runner flavors, make we get expected version
71
- # Run a check that exits with error unless it is 11 version to future-proof against unexpected upgrades
72
- run : java -fullversion 2>&1 | grep '17.0'
73
- shell : bash
74
-
75
69
- name : Build Android App
76
70
uses : nick-fields/retry@v2
77
71
with :
85
79
# ------------------
86
80
ios :
87
81
name : iOS
88
- runs-on : macos-13
82
+ runs-on : macos-latest
89
83
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
90
84
timeout-minutes : 60
91
85
steps :
95
89
96
90
- uses : actions/setup-node@v4
97
91
with :
98
- node-version : 18
92
+ node-version : 20
99
93
100
94
- uses : maxim-lobanov/setup-xcode@v1
101
95
with :
You can’t perform that action at this time.
0 commit comments