Skip to content

Commit 5a1cd14

Browse files
committed
chore: update evergreen
1 parent 30a5271 commit 5a1cd14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}"

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)