Skip to content

Commit

Permalink
doc: reserve 128 for Electron 32
Browse files Browse the repository at this point in the history
PR-URL: #53203
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
  • Loading branch information
VerteDinde authored and marco-ippolito committed Jul 19, 2024
1 parent eded0c1 commit b081bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/abi_version_registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 128, "runtime":"electron", "variant": "electron", "versions": "32" },
{ "modules": 127, "runtime":"node", "variant": "v8_12.4", "versions": "22.0.0-pre" },
{ "modules": 126,"runtime": "node", "variant": "v8_12.3", "versions": "22.0.0-pre" },
{ "modules": 125,"runtime": "electron", "variant": "electron", "versions": "31" },
{ "modules": 124,"runtime": "node", "variant": "v8_12.2", "versions": "22.0.0-pre" },
{ "modules": 123,"runtime": "electron", "variant": "electron", "versions": "30" },
Expand Down

0 comments on commit b081bc7

Please sign in to comment.