Skip to content

Commit 649de62

Browse files
committed
move resource management tests to node 22
1 parent d029f27 commit 649de62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/generate_evergreen_tasks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ SINGLETON_TASKS.push(
550550
tags: ['resource-management'],
551551
commands: [
552552
updateExpansions({
553-
NODE_LTS_VERSION: 'latest',
553+
NODE_LTS_VERSION: LATEST_LTS,
554554
NPM_VERSION: 9
555555
}),
556556
{ func: 'install dependencies' },
@@ -564,7 +564,7 @@ SINGLETON_TASKS.push(
564564
updateExpansions({
565565
VERSION: 'latest',
566566
TOPOLOGY: 'replica_set',
567-
NODE_LTS_VERSION: 'latest'
567+
NODE_LTS_VERSION: LATEST_LTS
568568
}),
569569
{ func: 'install dependencies' },
570570
{ func: 'bootstrap mongo-orchestration' },

0 commit comments

Comments
 (0)