File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-18.04
7
7
strategy :
8
8
matrix :
9
- node-version : [10 ]
9
+ node-version : [12 ]
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
27
27
runs-on : ubuntu-18.04
28
28
strategy :
29
29
matrix :
30
- node-version : [10 ]
30
+ node-version : [12 ]
31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- uses : actions/setup-node@v1
48
48
runs-on : ubuntu-18.04
49
49
strategy :
50
50
matrix :
51
- node-version : [10 ]
51
+ node-version : [12 ]
52
52
steps :
53
53
- uses : actions/checkout@v2
54
54
- uses : actions/setup-node@v1
69
69
runs-on : ubuntu-18.04
70
70
strategy :
71
71
matrix :
72
- node-version : [10 ]
72
+ node-version : [12 ]
73
73
steps :
74
74
- uses : actions/checkout@v2
75
75
- uses : actions/setup-node@v1
@@ -87,10 +87,10 @@ jobs:
87
87
- name : Build Android Example App and Library
88
88
run : cd example/android && ./gradlew clean assembleDebug
89
89
ios :
90
- runs-on : macOS -latest
90
+ runs-on : macos -latest
91
91
strategy :
92
92
matrix :
93
- node-version : [10 ]
93
+ node-version : [12 ]
94
94
steps :
95
95
- uses : actions/checkout@v2
96
96
- uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments