File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v3
11+ - uses : actions/setup-java@v3
12+ with :
13+ java-version : ' 11'
14+ distribution : ' temurin'
1115 - uses : actions/setup-node@v3
1216 with :
13- node-version : ' 16 '
14- - run : echo "y" | /usr/local/lib/ android/sdk/tools/bin/sdkmanager "ndk;21.0.6113669"
17+ node-version : ' 18 '
18+ - uses : android-actions/setup-android@v3
1519 - run : npm i -g electrode-native
1620 - uses : actions/checkout@v3
1721 with :
3135 - uses : actions/checkout@v3
3236 - uses : actions/setup-node@v3
3337 with :
34- node-version : ' 16 '
38+ node-version : ' 18 '
3539 - uses : maxim-lobanov/setup-xcode@v1
3640 with :
3741 xcode-version : ' 12.4.0'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments