Skip to content

Commit 6602fb9

Browse files
Merge branch 'main' into NODE-7330
2 parents 9e419e7 + e133987 commit 6602fb9

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,19 +1877,6 @@ tasks:
18771877
- func: install dependencies
18781878
- func: bootstrap mongo-orchestration
18791879
- func: check resource management feature integration
1880-
- name: check-types-typescript-next
1881-
tags:
1882-
- check-types-typescript-next
1883-
- typescript-compilation
1884-
commands:
1885-
- command: expansions.update
1886-
type: setup
1887-
params:
1888-
updates:
1889-
- {key: NODE_LTS_VERSION, value: 20.19.0}
1890-
- {key: TS_VERSION, value: next}
1891-
- func: install dependencies
1892-
- func: check types
18931880
- name: check-types-typescript-current
18941881
tags:
18951882
- check-types-typescript-current

.evergreen/generate_evergreen_tasks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ function* makeTypescriptTasks() {
532532
};
533533
}
534534

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

0 commit comments

Comments
 (0)