File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4112,9 +4112,9 @@ functions:
41124112 {
41134113 source .evergreen/setup-env.sh
41144114 # Fetch Node.js version from VS Code's .nvmrc, default to 22.20.0 if unavailable
4115- export NODE_JS_VERSION =$(curl -fsSL https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/.nvmrc | tr -d '[:space:]' || echo "22.20.0")
4116- echo "Using Node.js version for VS Code extension tests: ${NODE_JS_VERSION }"
4117- (cd scripts/docker && docker build --build-arg NODE_JS_VERSION="${NODE_JS_VERSION }" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
4115+ export NODE_VERSION =$(curl -fsSL https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/.nvmrc | tr -d '[:space:]' || echo "22.20.0")
4116+ echo "Using Node.js version for VS Code extension tests: ${NODE_VERSION }"
4117+ (cd scripts/docker && docker build --build-arg NODE_JS_VERSION="${NODE_VERSION }" -t ubuntu24.04-xvfb -f ubuntu24.04-xvfb.Dockerfile .)
41184118 docker run \
41194119 --rm -v $PWD:/tmp/build ubuntu24.04-xvfb \
41204120 -c 'cd /tmp/build && ./testing/test-vscode.sh'
You can’t perform that action at this time.
0 commit comments