Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-01-30 15:29:59 +0300
committerMichaël Zasso <targos@protonmail.com>2022-02-02 19:24:21 +0300
commitc19ec06b4a8ff46eba65e9f710775f08151239f5 (patch)
tree003a2be64842bbd718b543d5bc8b0a4449845f76 /common.gypi
parent12303540ec17f070bf323356c4eee640ff5fe121 (diff)
deps: silence irrelevant V8 warning
PR-URL: https://github.com/nodejs/node/pull/37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 8bfc6ed8257..f206bc0895d 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.5',
+ 'v8_embedder_string': '-node.6',
##### V8 defaults for Node.js #####