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
13 changes: 0 additions & 13 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,19 +1877,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: check resource management feature integration
- name: check-types-typescript-next
tags:
- check-types-typescript-next
- typescript-compilation
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: NODE_LTS_VERSION, value: 20.19.0}
- {key: TS_VERSION, value: next}
- func: install dependencies
- func: check types
- name: check-types-typescript-current
tags:
- check-types-typescript-current
Expand Down
3 changes: 2 additions & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ function* makeTypescriptTasks() {
};
}

yield makeCheckTypesTask('next');
// TODO(NODE-7233): unskip ts@next tests once we adopt Typescript 6.0.
// yield makeCheckTypesTask('next');
yield makeCheckTypesTask('current');
yield makeCheckTypesTask('5.6');

Expand Down