File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4110,6 +4110,7 @@ functions:
41104110 script : |
41114111 set -e
41124112 {
4113+ source .evergreen/setup-env.sh
41134114 # Fetch Node.js version from VS Code's .nvmrc, default to 22.20.0 if unavailable
41144115 NODE_JS_VERSION=$(curl -fsSL https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/.nvmrc | tr -d '[:space:]' || echo "22.20.0")
41154116 echo "Using Node.js version for VS Code extension tests: ${NODE_JS_VERSION}"
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ functions:
329329 script: |
330330 set -e
331331 {
332+ source .evergreen/setup-env.sh
332333 # Fetch Node.js version from VS Code's .nvmrc, default to 22.20.0 if unavailable
333334 NODE_JS_VERSION=$(curl -fsSL https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/.nvmrc | tr -d '[:space:]' || echo "22.20.0")
334335 echo "Using Node.js version for VS Code extension tests: ${NODE_JS_VERSION}"
You can’t perform that action at this time.
0 commit comments