@@ -487,7 +487,7 @@ functions:
487
487
working_dir : " src"
488
488
script : |
489
489
${PREPARE_SHELL}
490
- NODE_LTS_NAME =${NODE_LTS_NAME } NPM_OPTIONS=${NPM_OPTIONS}\
490
+ NODE_LTS_VERSION =${NODE_LTS_VERSION } NPM_OPTIONS=${NPM_OPTIONS}\
491
491
bash ${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh
492
492
493
493
" install aws-credential-providers " :
@@ -522,7 +522,7 @@ functions:
522
522
rm -f ./prepare_atlas_connectivity.sh
523
523
524
524
export PROJECT_DIRECTORY="$(pwd)"
525
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
525
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
526
526
527
527
bash ${PROJECT_DIRECTORY}/.evergreen/run-atlas-tests.sh
528
528
@@ -552,7 +552,7 @@ functions:
552
552
export PYTHON_BINARY=$([ "Windows_NT" = "$OS" ] && echo "/cygdrive/c/python/python38/python.exe" || echo "/opt/mongodbtoolchain/v3/bin/python3")
553
553
export PROJECT_DIRECTORY="$(pwd)"
554
554
export DRIVERS_TOOLS="${DRIVERS_TOOLS}"
555
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
555
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
556
556
export MONGODB_URI="${MONGODB_URI}"
557
557
export TEST_SOCKS5_CSFLE="${TEST_SOCKS5_CSFLE}"
558
558
export SSL="${SSL}"
@@ -575,7 +575,7 @@ functions:
575
575
export KRB5_NEW_KEYTAB='${gssapi_auth_new_keytab_base64}'
576
576
export KRB5_PRINCIPAL='${gssapi_auth_principal}'
577
577
export MONGODB_URI='${gssapi_auth_mongodb_uri}'
578
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
578
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
579
579
580
580
bash ${PROJECT_DIRECTORY}/.evergreen/run-kerberos-tests.sh
581
581
@@ -587,7 +587,7 @@ functions:
587
587
script : |
588
588
export PROJECT_DIRECTORY="$(pwd)"
589
589
export MONGODB_URI='${plain_auth_mongodb_uri}'
590
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
590
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
591
591
592
592
bash ${PROJECT_DIRECTORY}/.evergreen/run-ldap-tests.sh
593
593
@@ -599,7 +599,7 @@ functions:
599
599
script : |
600
600
export PROJECT_DIRECTORY="$(pwd)"
601
601
export MONGODB_URI='mongodb://mhuser:pencil@localhost'
602
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
602
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
603
603
604
604
bash ${PROJECT_DIRECTORY}/.evergreen/run-data-lake-tests.sh
605
605
@@ -610,7 +610,7 @@ functions:
610
610
working_dir : " src"
611
611
script : |
612
612
export PROJECT_DIRECTORY="$(pwd)"
613
- export NODE_LTS_NAME =${NODE_LTS_NAME }
613
+ export NODE_LTS_VERSION =${NODE_LTS_VERSION }
614
614
export DRIVERS_TOOLS="${DRIVERS_TOOLS}"
615
615
export SSL_CA_FILE="${SSL_CA_FILE}"
616
616
export SSL_KEY_FILE="${SSL_KEY_FILE}"
@@ -1107,7 +1107,7 @@ tasks:
1107
1107
commands :
1108
1108
- func : install dependencies
1109
1109
vars :
1110
- NODE_LTS_NAME : hydrogen
1110
+ NODE_LTS_VERSION : 18
1111
1111
- func : bootstrap mongo-orchestration
1112
1112
vars :
1113
1113
VERSION : rapid
0 commit comments