mirror of https://github.com/nodejs/node.git
doc: reserve ABI 130 for Electron 33
Backport-PR-URL: https://github.com/nodejs/node/pull/54455 PR-URL: https://github.com/nodejs/node/pull/54383 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>pull/54560/head
parent
5ae0260837
commit
83b5efeb54
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"NODE_MODULE_VERSION": [
|
||||
{ "modules": 130,"runtime": "electron", "variant": "electron", "versions": "33" },
|
||||
{ "modules": 128, "runtime":"electron", "variant": "electron", "versions": "32" },
|
||||
{ "modules": 127, "runtime":"node", "variant": "v8_12.4", "versions": "22.0.0" },
|
||||
{ "modules": 126,"runtime": "node", "variant": "v8_12.3", "versions": "22.0.0-pre" },
|
||||
|
|
Loading…
Reference in New Issue