mirror of https://github.com/nodejs/node.git
doc: claim ABI version for Electron v15 and v16
PR-URL: https://github.com/nodejs/node/pull/39950 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>pull/40107/head
parent
fa7c477704
commit
bbd4c6eee9
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"NODE_MODULE_VERSION": [
|
||||
{ "modules": 99, "runtime": "electron", "variant": "electron", "versions": "16" },
|
||||
{ "modules": 98, "runtime": "electron", "variant": "electron", "versions": "15" },
|
||||
{ "modules": 97, "runtime": "electron", "variant": "electron", "versions": "14" },
|
||||
{ "modules": 96, "runtime": "node", "variant": "v8_9.3", "versions": "17.0.0-pre" },
|
||||
{ "modules": 95, "runtime": "node", "variant": "v8_9.2", "versions": "17.0.0-pre" },
|
||||
{ "modules": 94, "runtime": "node", "variant": "v8_9.1", "versions": "17.0.0-pre" },
|
||||
|
|
Loading…
Reference in New Issue