Skip to content

Commit

Permalink
update hard-coded node version
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Aug 20, 2020
1 parent 446f220 commit e90f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const isIncentivizedTestnetSelfnode = checkIsIncentivizedTestnetSelfnode(
const isDevelopment = checkIsDevelopment(NETWORK);
const isWatchMode = process.env.IS_WATCH_MODE;
const API_VERSION = process.env.API_VERSION || 'dev';
const NODE_VERSION = '1.18.0'; // TODO: pick up this value from process.env
const NODE_VERSION = '1.19.0'; // TODO: pick up this value from process.env
const mainProcessID = get(process, 'ppid', '-');
const rendererProcessID = process.pid;
const PLATFORM = os.platform();
Expand Down

0 comments on commit e90f25d

Please sign in to comment.