Skip to content

Commit 245596d

Browse files
committed
src: bump NODE_MODULE_VERSION for extraorinary ABI breakage
Bumping NODE_MODULE_VERSION for v20.x from 115 to 119 for extraordinary ABI breakage in order to fix the long-standing memory issues surrounding vm.Script/vm.*Module blocking users from upgrading from v16.x.
1 parent 96c706e commit 245596d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/abi_version_registry.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"NODE_MODULE_VERSION": [
3+
{ "modules": 119,"runtime": "node", "variant": "v8_11.3", "versions": "20.REPLACEME" },
34
{ "modules": 118,"runtime": "electron", "variant": "electron", "versions": "27" },
45
{ "modules": 117,"runtime": "electron", "variant": "electron", "versions": "26" },
56
{ "modules": 116,"runtime": "electron", "variant": "electron", "versions": "25" },

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* version matching should open a pull request to reserve a number in this
9090
* registry.
9191
*/
92-
#define NODE_MODULE_VERSION 115
92+
#define NODE_MODULE_VERSION 119
9393

9494
// The NAPI_VERSION provided by this version of the runtime. This is the version
9595
// which the Node binary being built supports.

0 commit comments

Comments
 (0)