Skip to content

Commit 5c154e1

Browse files
committed
[DDW-1110] Update environment.NODE_VERSION
1 parent 5fa528b commit 5c154e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const isSelfnode = checkIsSelfnode(NETWORK);
4646
const isDevelopment = checkIsDevelopment(NETWORK);
4747
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
4848
const API_VERSION = process.env.API_VERSION || 'dev';
49-
const NODE_VERSION = '1.35.0-rc4'; // TODO: pick up this value from process.env
49+
const NODE_VERSION = '1.35.0'; // TODO: pick up this value from process.env
5050

5151
const mainProcessID = get(process, 'ppid', '-');
5252
const rendererProcessID = process.pid;

0 commit comments

Comments
 (0)