File tree Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : ' 12 .x'
14
+ node-version : ' 16 .x'
15
15
16
16
- name : Environment Information
17
17
run : |
Original file line number Diff line number Diff line change @@ -16,10 +16,17 @@ jobs:
16
16
with :
17
17
node-version : ' 14.x'
18
18
19
+ - name : set up JDK 11
20
+ uses : actions/setup-java@v3
21
+ with :
22
+ distribution : ' temurin'
23
+ java-version : 11
24
+
19
25
- name : Environment Information
20
26
run : |
21
27
node --version
22
28
npm --version
29
+ java --version
23
30
24
31
-
uses :
maxim-lobanov/[email protected]
25
32
with :
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
13
- - name : set up JDK 1.8
13
+ - name : set up JDK 11
14
14
uses : actions/setup-java@v3
15
15
with :
16
16
distribution : ' temurin'
17
- java-version : 8
17
+ java-version : 11
18
18
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 12 .x'
21
+ node-version : ' 14 .x'
22
22
23
23
- name : Environment Information
24
24
run : |
31
31
npm i -g cordova @ionic/cli
32
32
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
33
33
cd lottie-smoke-test
34
+ npx ng add @ionic/cordova-builders --skip-confirmation
34
35
ionic cordova platform add android@latest --no-interactive --confirm
35
36
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
36
37
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
13
- - name : set up JDK 1.8
13
+ - name : set up JDK 11
14
14
uses : actions/setup-java@v3
15
15
with :
16
- distribution : ' adopt '
17
- java-version : 8
16
+ distribution : ' temurin '
17
+ java-version : 11
18
18
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 12 .x'
21
+ node-version : ' 14 .x'
22
22
23
23
- name : Environment Information
24
24
run : |
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v3
11
11
12
- - name : set up JDK 1.8
12
+ - name : set up JDK 11
13
13
uses : actions/setup-java@v3
14
14
with :
15
- distribution : ' adopt '
16
- java-version : 8
15
+ distribution : ' temurin '
16
+ java-version : 11
17
17
18
18
- uses : actions/setup-node@v3
19
19
with :
You can’t perform that action at this time.
0 commit comments