Skip to content

Commit 077fcee

Browse files
VerteDindedanielleadams
authored andcommittedMar 14, 2022
doc: add registry numbers for Electron 19 and 20
PR-URL: #41814 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
1 parent 2a24e76 commit 077fcee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎doc/abi_version_registry.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"NODE_MODULE_VERSION": [
3+
{ "modules": 107,"runtime": "electron", "variant": "electron", "versions": "20" },
4+
{ "modules": 106,"runtime": "electron", "variant": "electron", "versions": "19" },
5+
{ "modules": 105,"runtime": "node", "variant": "v8_9.8", "versions": "18.0.0-pre" },
6+
{ "modules": 104,"runtime": "node", "variant": "v8_9.7", "versions": "18.0.0-pre" },
37
{ "modules": 103,"runtime": "electron", "variant": "electron", "versions": "18" },
48
{ "modules": 102,"runtime": "node", "variant": "v8_9.5", "versions": "17.0.0" },
59
{ "modules": 101,"runtime": "electron", "variant": "electron", "versions": "17" },

0 commit comments

Comments
 (0)
Please sign in to comment.