mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: claim NODE_MODULE_VERSION=80 for Electron 9
PR-URL: https://github.com/nodejs/node/pull/30052 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
f035f557d7
commit
3a90fcfb79
@ -1,5 +1,6 @@
|
||||
{
|
||||
"NODE_MODULE_VERSION": [
|
||||
{ "modules": 80, "runtime": "electron", "variant": "electron", "versions": "9" },
|
||||
{ "modules": 79, "runtime": "node", "variant": "v8_7.8", "versions": "13" },
|
||||
{ "modules": 78, "runtime": "node", "variant": "v8_7.7", "versions": "13.0.0-pre" },
|
||||
{ "modules": 77, "runtime": "node", "variant": "v8_7.6", "versions": "13.0.0-pre" },
|
||||
|
Loading…
Reference in New Issue
Block a user