Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,7 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: check resource management feature integration
- name: check-types-typescript-next-node-types-22.9.0
- name: check-types-typescript-next-node-types-22.13.0
tags:
- check-types-typescript-next
- typescript-compilation
Expand All @@ -3485,10 +3485,10 @@ tasks:
- {key: NODE_LTS_VERSION, value: '16'}
- {key: NPM_VERSION, value: '9'}
- {key: TS_VERSION, value: next}
- {key: TYPES_VERSION, value: 22.9.0}
- {key: TYPES_VERSION, value: 22.13.0}
- func: install dependencies
- func: check types
- name: check-types-typescript-current-node-types-22.9.0
- name: check-types-typescript-current-node-types-22.13.0
tags:
- check-types-typescript-current
- typescript-compilation
Expand All @@ -3500,7 +3500,7 @@ tasks:
- {key: NODE_LTS_VERSION, value: '16'}
- {key: NPM_VERSION, value: '9'}
- {key: TS_VERSION, value: current}
- {key: TYPES_VERSION, value: 22.9.0}
- {key: TYPES_VERSION, value: 22.13.0}
- func: install dependencies
- func: check types
- name: check-types-typescript-next-node-types-16.x
Expand Down Expand Up @@ -3548,7 +3548,7 @@ tasks:
- {key: TYPES_VERSION, value: 18.11.9}
- func: install dependencies
- func: check types
- name: compile-driver-typescript-current-node-types-22.9.0
- name: compile-driver-typescript-current-node-types-22.13.0
tags:
- compile-driver-typescript-current
- typescript-compilation
Expand All @@ -3560,7 +3560,7 @@ tasks:
- {key: NODE_LTS_VERSION, value: '16'}
- {key: NPM_VERSION, value: '9'}
- {key: TS_VERSION, value: current}
- {key: TYPES_VERSION, value: 22.9.0}
- {key: TYPES_VERSION, value: 22.13.0}
- func: install dependencies
- func: compile driver
- name: download-and-merge-coverage
Expand Down
Loading