File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -3612,21 +3612,6 @@ tasks:
3612
3612
- {key: TYPES_VERSION, value: 20.14.10}
3613
3613
- func : install dependencies
3614
3614
- func : compile driver
3615
- - name : compile-driver-typescript-current-node-types-16.x
3616
- tags :
3617
- - compile-driver-typescript-current
3618
- - typescript-compilation
3619
- commands :
3620
- - command : expansions.update
3621
- type : setup
3622
- params :
3623
- updates :
3624
- - {key: NODE_LTS_VERSION, value: '16'}
3625
- - {key: NPM_VERSION, value: '9'}
3626
- - {key: TS_VERSION, value: current}
3627
- - {key: TYPES_VERSION, value: 16.x}
3628
- - func : install dependencies
3629
- - func : compile driver
3630
3615
- name : download-and-merge-coverage
3631
3616
tags : []
3632
3617
commands :
Original file line number Diff line number Diff line change @@ -579,7 +579,6 @@ function* makeTypescriptTasks() {
579
579
yield makeCheckTypesTask ( '4.4' , '18.11.9' ) ;
580
580
581
581
yield makeCompileTask ( 'current' , typesVersion ) ;
582
- yield makeCompileTask ( 'current' , '16.x' ) ;
583
582
}
584
583
585
584
BUILD_VARIANTS . push ( {
You can’t perform that action at this time.
0 commit comments