This repository was archived by the owner on Jan 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - v9
4
- - v8
5
- - v7
6
- - v6
3
+ - v12
4
+ - v14
5
+ - v10
7
6
8
7
script :
9
8
- npm run lint
Original file line number Diff line number Diff line change 34
34
},
35
35
"devDependencies" : {
36
36
"babel-eslint" : " ^7.1.1" ,
37
- "eslint" : " ^3.12 .2" ,
37
+ "eslint" : " ^4.18 .2" ,
38
38
"eslint-config-walmart" : " ^1.1.0" ,
39
39
"eslint-plugin-filenames" : " ^1.1.0" ,
40
40
"jest" : " ^22.4.3" ,
41
- "codecov" : " ^1.0.1 "
41
+ "codecov" : " ^3.6.5 "
42
42
},
43
43
"jest" : {
44
44
"verbose" : true ,
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const Executor = {
138
138
additionalLog = logger . stringifyWarn ( `Saucelabs replay can be found at https://saucelabs.com/tests/${ sessionId } \n` ) ;
139
139
}
140
140
const infoRequestOption = {
141
- url : `https://${ process . env . SAUCE_API_HOST || ' saucelabs.com' } /rest/v1/users/${ config . tunnel . username } ` ,
141
+ url : `https://${ process . env . SAUCE_API_HOST || " saucelabs.com" } /rest/v1/users/${ config . tunnel . username } ` ,
142
142
method : "GET" ,
143
143
auth : {
144
144
user : config . tunnel . username ,
@@ -179,7 +179,7 @@ const Executor = {
179
179
logger . debug ( `Updating saucelabs ${ requestPath } ` ) ;
180
180
181
181
const requestOptions = {
182
- url : `https://${ process . env . SAUCE_API_HOST || ' saucelabs.com' } ${ requestPath } ` ,
182
+ url : `https://${ process . env . SAUCE_API_HOST || " saucelabs.com" } ${ requestPath } ` ,
183
183
method : "PUT" ,
184
184
auth : {
185
185
user : config . tunnel . username ,
You can’t perform that action at this time.
0 commit comments