From d51ef7d7946381e3bfdd48ca51309b4fb5ad03aa Mon Sep 17 00:00:00 2001 From: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:55:59 -0400 Subject: [PATCH] build: update NMV to 132 (#44135) Node PR: https://github.com/nodejs/node/pull/55306 Do not merge before attached Node PR is merged. This PR updates our NMV to 132 for Electron 34 Please merge this PR before branching 34-x-y --- 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 c286ef8312c7..d982726bc322 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 = 130 +node_module_version = 132 v8_promise_internal_field_count = 1 v8_embedder_string = "-electron.0"