From 973e5d0249146519523459ff23f0fbccabab5309 Mon Sep 17 00:00:00 2001 From: Calvin Date: Fri, 25 Apr 2025 09:20:29 -0600 Subject: [PATCH] build: update NMV to 136 for Electron 37 (#46764) build: update NMV to 136 for Electron 36 --- build/args/all.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/args/all.gn b/build/args/all.gn index 552e3a39cb2e..df039ae870a0 100644 --- a/build/args/all.gn +++ b/build/args/all.gn @@ -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 = 135 +node_module_version = 136 v8_promise_internal_field_count = 1 v8_embedder_string = "-electron.0"