Skip to content

Commit 21367c5

Browse files
committed
chore: use Node 22.19.0
1 parent 513e8bd commit 21367c5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.evergreen.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,9 @@ functions:
41054105
working_dir: src
41064106
shell: bash
41074107
env:
4108-
NODE_JS_VERSION: ${node_js_version}
4108+
# Node version used by VSCode 1.105.1
4109+
# TODO: Look into automatically getting this for the latest version.
4110+
NODE_JS_VERSION: "22.19.0"
41094111
DOCKERHUB_USERNAME: ${dockerhub_username}
41104112
DOCKERHUB_PASSWORD: ${dockerhub_password}
41114113
script: |
@@ -6046,7 +6048,6 @@ tasks:
60466048
node_js_version: "20.19.5"
60476049
- func: test_vscode
60486050
vars:
6049-
node_js_version: "20.19.5"
60506051
task_name: ${task_name}
60516052
- name: test_connectivity
60526053
tags: ["extra-integration-test", "assigned_to_jira_team_mongosh_mongosh"]

.evergreen/evergreen.yml.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ functions:
324324
working_dir: src
325325
shell: bash
326326
env:
327-
NODE_JS_VERSION: ${node_js_version}
327+
# Node version used by VSCode 1.105.1
328+
# TODO: Look into automatically getting this for the latest version.
329+
NODE_JS_VERSION: "22.19.0"
328330
DOCKERHUB_USERNAME: ${dockerhub_username}
329331
DOCKERHUB_PASSWORD: ${dockerhub_password}
330332
script: |
@@ -1189,7 +1191,6 @@ tasks:
11891191
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
11901192
- func: test_vscode
11911193
vars:
1192-
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
11931194
task_name: ${task_name}
11941195
- name: test_connectivity
11951196
tags: ["extra-integration-test", "assigned_to_jira_team_mongosh_mongosh"]

0 commit comments

Comments
 (0)