File tree Expand file tree Collapse file tree 5 files changed +12069
-12210
lines changed Expand file tree Collapse file tree 5 files changed +12069
-12210
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- node-version : [16 ]
9
+ node-version : [18 ]
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
27
27
runs-on : ubuntu-latest
28
28
strategy :
29
29
matrix :
30
- node-version : [16 ]
30
+ node-version : [18 ]
31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- uses : actions/setup-node@v1
48
48
runs-on : ubuntu-latest
49
49
strategy :
50
50
matrix :
51
- node-version : [16 ]
51
+ node-version : [18 ]
52
52
steps :
53
53
- uses : actions/checkout@v2
54
54
- uses : actions/setup-node@v1
69
69
runs-on : ubuntu-latest
70
70
strategy :
71
71
matrix :
72
- node-version : [16 ]
72
+ node-version : [18 ]
73
73
java-version : [11]
74
74
steps :
75
75
- uses : actions/checkout@v2
99
99
runs-on : macos-latest
100
100
strategy :
101
101
matrix :
102
- node-version : [16 ]
102
+ node-version : [18 ]
103
103
steps :
104
104
- uses : actions/checkout@v2
105
105
- uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 7
7
runs-on : windows-2019
8
8
strategy :
9
9
matrix :
10
- node-version : [16 ]
10
+ node-version : [18 ]
11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -51,3 +51,6 @@ buck-out/
51
51
52
52
# VS code
53
53
.vscode /**
54
+
55
+ # yarn
56
+ .yarn
Original file line number Diff line number Diff line change 55
55
"@types/jest" : " ^26.0.22" ,
56
56
"@types/react" : " ^17.0.3" ,
57
57
"@types/react-native" : " ^0.61.2" ,
58
- "@types/selenium-webdriver" : " 4.0.9" ,
59
- "appium" : " 1.17.0" ,
60
58
"babel-jest" : " ^26.6.3" ,
61
59
"babel-plugin-module-resolver" : " ^3.2.0" ,
62
60
"eslint" : " ^7.14.0" ,
71
69
"react-native-test-app" : " ^2.0.0" ,
72
70
"react-native-windows" : " ^0.68.0" ,
73
71
"react-test-renderer" : " 17.0.1" ,
74
- "selenium-appium" : " 0.0.15" ,
75
- "selenium-webdriver" : " 4.0.0-alpha.7" ,
76
72
"typescript" : " 4"
77
73
},
78
74
"peerDependencies" : {
89
85
"android" : {
90
86
"javaPackageName" : " com.reactnativecommunity.progressview"
91
87
}
92
- }
88
+ },
89
+ "packageManager" : " yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
93
90
}
You can’t perform that action at this time.
0 commit comments