Skip to content

Commit d995e72

Browse files
remove unnecessary compile task
1 parent 0c53c1a commit d995e72

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3612,21 +3612,6 @@ tasks:
36123612
- {key: TYPES_VERSION, value: 20.14.10}
36133613
- func: install dependencies
36143614
- 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
36303615
- name: download-and-merge-coverage
36313616
tags: []
36323617
commands:

.evergreen/generate_evergreen_tasks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ function* makeTypescriptTasks() {
579579
yield makeCheckTypesTask('4.4', '18.11.9');
580580

581581
yield makeCompileTask('current', typesVersion);
582-
yield makeCompileTask('current', '16.x');
583582
}
584583

585584
BUILD_VARIANTS.push({

0 commit comments

Comments
 (0)