Skip to content

Commit 0ace0a9

Browse files
roboquatmustard-mh
andauthored
[VS Code Browser] Build stable code 1.102.3 (#20973)
* [VS Code Browser] Build stable code `1.102.3` * Upgrade to node 22 * Update codeCommit --------- Co-authored-by: mustard <[email protected]>
1 parent 96a7921 commit 0ace0a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: b285c3188f523544b1e245a5677a6d6c221a3c9c
11-
codeVersion: 1.101.2
10+
codeCommit: bbd81e3f7202bb6b506c62afc097bf57e33bd11f
11+
codeVersion: 1.102.3
1212
codeQuality: stable
1313
codeWebExtensionCommit: 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
1414
xtermCommit: d547d4ff4590b66c3ea24342fc62e3afcf6b77bc

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
2727
ENV ELECTRON_SKIP_BINARY_DOWNLOAD=1
2828
ENV VSCODE_ARCH=x64
2929
ENV NPM_REGISTRY=https://registry.npmjs.org
30-
ENV NODE_VERSION=20
30+
ENV NODE_VERSION=22
3131

3232
ARG CODE_COMMIT
3333
ARG CODE_QUALITY

0 commit comments

Comments
 (0)