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:
22 appveyor_build_worker_cloud : gce
33 ci_type : ci_unit_appveyor
44 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
108image : Visual Studio 2017
119platform :
1210 - x64
Original file line number Diff line number Diff line change 4747 "integration_short" : " ./node_modules/.bin/mocha test/integration/short -R spec -t 5000 --recursive" ,
4848 "integration_long" : " ./node_modules/.bin/mocha test/integration/long -R spec -t 5000 --recursive" ,
4949 "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" ,
5252 "server_api" : " ./node_modules/.bin/mocha test/integration/short -g '@SERVER_API' --recursive --exit" ,
5353 "eslint" : " eslint lib test"
5454 },
You can’t perform that action at this time.
0 commit comments