Skip to content

Commit e4bce8d

Browse files
committed
set async dispose tests to use Node 22
1 parent 649de62 commit e4bce8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,7 +3662,7 @@ tasks:
36623662
type: setup
36633663
params:
36643664
updates:
3665-
- {key: NODE_LTS_VERSION, value: latest}
3665+
- {key: NODE_LTS_VERSION, value: '22'}
36663666
- {key: NPM_VERSION, value: '9'}
36673667
- func: install dependencies
36683668
- func: check resource management
@@ -3676,7 +3676,7 @@ tasks:
36763676
updates:
36773677
- {key: VERSION, value: latest}
36783678
- {key: TOPOLOGY, value: replica_set}
3679-
- {key: NODE_LTS_VERSION, value: latest}
3679+
- {key: NODE_LTS_VERSION, value: '22'}
36803680
- func: install dependencies
36813681
- func: bootstrap mongo-orchestration
36823682
- func: check resource management feature integration

0 commit comments

Comments
 (0)