Closed
Description
Hi Node.js team,
At Electron team we are going to upgrade Electron to use Chrome 63/64, which uses V8 6.3/6.4, while Node.js does not have a release for those V8 versions yet. This leaves us the question what version should we use for process.version
in Node.js.
Since the release of Node.js is not going to be aligned with the timeline of V8 stable releases, at Electron we only have the option to use a fake version for process.version
. But we don't want to break toolchains when future Node.js releases use different versions for V8 6.3/6.4, so I wonder if it is possible for Node.js to have a plan for future versions.
Node.js Version | Module Version | V8 Version |
---|---|---|
8.9.x | 57 | 6.1 |
8.10.x | 57 | 6.2 |
9.0.x | 59 | 6.2 |
9.8.0 | 59 | 6.2 |
??? | ??? | 6.3 |
??? | ??? | 6.4 |
/cc @alexeykuzmin @nodejs/delivery-channels @MylesBorins @bnoordhuis @addaleax
Thanks,
Cheng
Metadata
Assignees
Labels
No labels
Activity