build: bump NMV to 128 for Electron 32 (#42311)

This commit is contained in:
Keeley Hammond
2024-06-05 09:55:45 -07:00
committed by GitHub
parent 406f644d26
commit 7569d90f59

View File

@@ -2,7 +2,7 @@ is_electron_build = true
root_extra_deps = [ "//electron" ]
# Registry of NMVs --> https://github.com/nodejs/node/blob/main/doc/abi_version_registry.json
node_module_version = 125
node_module_version = 128
v8_promise_internal_field_count = 1
v8_embedder_string = "-electron.0"