From 8ac71fd349b363e7e319742c784df7958c3ca7dd Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 2 Oct 2020 12:50:56 -0700 Subject: [PATCH] chore: fix nmv for Electron v12 (#25749) --- 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 bf8078539d..361ef77ac2 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/master/doc/abi_version_registry.json -node_module_version = 82 +node_module_version = 87 v8_promise_internal_field_count = 1 v8_typed_array_max_size_in_heap = 0