@@ -400,7 +400,7 @@ functions:
400
400
working_dir : " src"
401
401
script : |
402
402
${PREPARE_SHELL}
403
- NODE_LTS_NAME =${NODE_LTS_NAME } NPM_OPTIONS=${NPM_OPTIONS}\
403
+ NODE_LTS_VERSION =${NODE_LTS_VERSION } NPM_OPTIONS=${NPM_OPTIONS}\
404
404
bash ${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh
405
405
406
406
" run atlas tests " :
@@ -424,7 +424,7 @@ functions:
424
424
rm -f ./prepare_atlas_connectivity.sh
425
425
426
426
export PROJECT_DIRECTORY="$(pwd)"
427
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
427
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
428
428
429
429
bash ${PROJECT_DIRECTORY}/.evergreen/run-atlas-tests.sh
430
430
@@ -454,7 +454,7 @@ functions:
454
454
export PYTHON_BINARY=$([ "Windows_NT" = "$OS" ] && echo "/cygdrive/c/python/python38/python.exe" || echo "/opt/mongodbtoolchain/v3/bin/python3")
455
455
export PROJECT_DIRECTORY="$(pwd)"
456
456
export DRIVERS_TOOLS="${DRIVERS_TOOLS}"
457
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
457
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
458
458
export MONGODB_URI="${MONGODB_URI}"
459
459
export SSL="${SSL}"
460
460
@@ -475,7 +475,7 @@ functions:
475
475
export KRB5_KEYTAB='${gssapi_auth_keytab_base64}'
476
476
export KRB5_PRINCIPAL='${gssapi_auth_principal}'
477
477
export MONGODB_URI='${gssapi_auth_mongodb_uri}'
478
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
478
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
479
479
480
480
bash ${PROJECT_DIRECTORY}/.evergreen/run-kerberos-tests.sh
481
481
@@ -487,7 +487,7 @@ functions:
487
487
script : |
488
488
export PROJECT_DIRECTORY="$(pwd)"
489
489
export MONGODB_URI='${plain_auth_mongodb_uri}'
490
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
490
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
491
491
492
492
bash ${PROJECT_DIRECTORY}/.evergreen/run-ldap-tests.sh
493
493
@@ -499,7 +499,7 @@ functions:
499
499
script : |
500
500
export PROJECT_DIRECTORY="$(pwd)"
501
501
export MONGODB_URI='mongodb://mhuser:pencil@localhost'
502
- export NODE_LTS_NAME ='${NODE_LTS_NAME }'
502
+ export NODE_LTS_VERSION ='${NODE_LTS_VERSION }'
503
503
504
504
bash ${PROJECT_DIRECTORY}/.evergreen/run-data-lake-tests.sh
505
505
@@ -510,7 +510,7 @@ functions:
510
510
working_dir : " src"
511
511
script : |
512
512
export PROJECT_DIRECTORY="$(pwd)"
513
- export NODE_LTS_NAME =${NODE_LTS_NAME }
513
+ export NODE_LTS_VERSION =${NODE_LTS_VERSION }
514
514
export DRIVERS_TOOLS="${DRIVERS_TOOLS}"
515
515
export SSL_CA_FILE="${SSL_CA_FILE}"
516
516
export SSL_KEY_FILE="${SSL_KEY_FILE}"
@@ -1034,7 +1034,7 @@ tasks:
1034
1034
commands :
1035
1035
- func : install dependencies
1036
1036
vars :
1037
- NODE_LTS_NAME : hydrogen
1037
+ NODE_LTS_VERSION : 18
1038
1038
- func : bootstrap mongo-orchestration
1039
1039
vars :
1040
1040
VERSION : rapid
0 commit comments