File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ environment:
2
2
appveyor_build_worker_cloud : gce
3
3
ci_type : ci_unit_appveyor
4
4
matrix :
5
- - nodejs_version : 8
6
- - nodejs_version : 10
7
- CCM_VERSION : 3.11.4
8
- ci_type : ci_appveyor
9
- - nodejs_version : 12
5
+ - nodejs_version : 16
6
+ - nodejs_version : 18
7
+ - nodejs_version : 20
10
8
image : Visual Studio 2017
11
9
platform :
12
10
- x64
Original file line number Diff line number Diff line change 47
47
"integration_short" : " ./node_modules/.bin/mocha test/integration/short -R spec -t 5000 --recursive" ,
48
48
"integration_long" : " ./node_modules/.bin/mocha test/integration/long -R spec -t 5000 --recursive" ,
49
49
"ci_jenkins" : " ./node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-jenkins-reporter --exit" ,
50
- "ci_appveyor" : " ./ node_modules/.bin/mocha test/unit test/integration/short --recursive -R mocha-appveyor-reporter --exit" ,
51
- "ci_unit_appveyor" : " ./ node_modules/.bin/mocha test/unit --recursive -R mocha-appveyor-reporter --exit" ,
50
+ "ci_appveyor" : " .\\\" node_modules/.bin/mocha\" test/unit test/integration/short --recursive -R mocha-appveyor-reporter --exit" ,
51
+ "ci_unit_appveyor" : " .\\\" node_modules/.bin/mocha\" test/unit --recursive -R mocha-appveyor-reporter --exit" ,
52
52
"server_api" : " ./node_modules/.bin/mocha test/integration/short -g '@SERVER_API' --recursive --exit" ,
53
53
"eslint" : " eslint lib test"
54
54
},
You can’t perform that action at this time.
0 commit comments