We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
environment.NODE_VERSION
1 parent 5fa528b commit 5c154e1Copy full SHA for 5c154e1
source/main/environment.ts
@@ -46,7 +46,7 @@ const isSelfnode = checkIsSelfnode(NETWORK);
46
const isDevelopment = checkIsDevelopment(NETWORK);
47
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
48
const API_VERSION = process.env.API_VERSION || 'dev';
49
-const NODE_VERSION = '1.35.0-rc4'; // TODO: pick up this value from process.env
+const NODE_VERSION = '1.35.0'; // TODO: pick up this value from process.env
50
51
const mainProcessID = get(process, 'ppid', '-');
52
const rendererProcessID = process.pid;
0 commit comments