File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1212 # https://github.com/jasongin/nvs/blob/master/doc/CI.md
1313 - NVS_VERSION=1.4.2
1414 matrix :
15- - NODEJS_VERSION=node/4
1615 - NODEJS_VERSION=node/6
1716 - NODEJS_VERSION=node/8
18- - NODEJS_VERSION=node/9
1917 - NODEJS_VERSION=node/10
20- - NODEJS_VERSION=chakracore/8
21- - NODEJS_VERSION=chakracore/10
22- - NODEJS_VERSION=nightly
23- - NODEJS_VERSION=chakracore-nightly
2418matrix :
2519 fast_finish : true
26- allow_failures :
27- - env : NODEJS_VERSION=nightly
28- - env : NODEJS_VERSION=chakracore-nightly
2920sudo : false
3021cache :
3122 directories :
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ let testModules = [
4545] ;
4646
4747const napiVersion = process . env . npm_config_NAPI_VERSION || process . versions . napi
48+ console . log ( `NAPI version defined as ${ napiVersion } \n` ) ;
4849
4950if ( napiVersion < 50000 ) {
5051 // currently experimental only test if NAPI_VERSION
You can’t perform that action at this time.
0 commit comments