File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ export const DEFAULT_ALLOWED_HOSTS = [
4545 '*.mongodbgov.net' ,
4646 'localhost' ,
4747 '127.0.0.1' ,
48- '::1'
48+ '::1' ,
49+ '*.mongo.com'
4950] ;
5051
5152/** Error for when the token audience is missing in the environment. */
You can’t perform that action at this time.
0 commit comments