node: bump to v20.16.0

Notable Changes
	process: add process.getBuiltinModule(id)
	doc: doc-only deprecate OpenSSL engine-based APIs
	inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
Hirokazu MORIKAWA
2024-08-08 14:48:20 +09:00
committed by Tianling Shen
parent 8314b299c6
commit 4b426972f8
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
--- a/node.gyp
+++ b/node.gyp
@@ -1302,6 +1302,7 @@
@@ -1305,6 +1305,7 @@
'dependencies': [
'deps/simdutf/simdutf.gyp:simdutf#host',
],