Skip to content

Commit

Permalink
doc: mark NODE_MODULE_VERSION for Node.js 22.0.0
Browse files Browse the repository at this point in the history
PR-URL: #53650
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
  • Loading branch information
targos authored and aduh95 committed Jul 16, 2024
1 parent d3653fe commit 28bf1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/abi_version_registry.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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": 127, "runtime":"node", "variant": "v8_12.4", "versions": "22.0.0" },
{ "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" },
Expand Down

0 comments on commit 28bf1e4

Please sign in to comment.