Browse Source

chore: update NMV for Electron 22 (#35772)

Keeley Hammond 2 years ago
parent
commit
626e248dea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/args/all.gn

+ 1 - 1
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 = 109
+node_module_version = 110
 
 v8_promise_internal_field_count = 1
 v8_embedder_string = "-electron.0"