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 <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
VerteDinde authored and marco-ippolito committed Jul 19, 2024
1 parent 4351602 commit e061422
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 e061422

Please sign in to comment.