From b0ba1a21131e4f0f3308bbff6a834586a7ac71d1 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:54:15 -0700 Subject: [PATCH] build: update NMV to 125 (#42314) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: mlaurencin --- 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 8c7fd0311c44..524b853b70cd 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 = 123 +node_module_version = 125 v8_promise_internal_field_count = 1 v8_embedder_string = "-electron.0"