summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2022-10-27 11:34:32 +0200
committerGitHub <noreply@github.com>2022-10-27 09:34:32 +0000
commit466d36ebac3e4a3ad53bba893059185edc5d7a49 (patch)
treea11eb9c30b9b5ee2776ebbee0ee22b3cfd146711 /common.gypi
parenta69a30016cf3395b0bd775c1340ab6ecbac58296 (diff)
downloadnode-new-466d36ebac3e4a3ad53bba893059185edc5d7a49.tar.gz
Revert "deps: make V8 compilable with older glibc"
This reverts commit 84d455e08e4129f7d1b3c68d62cbb129458619ec. PR-URL: https://github.com/nodejs/node/pull/45162 Refs: https://github.com/nodejs/node/issues/45118 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@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 169f7da9c4..0df1792137 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.17',
+ 'v8_embedder_string': '-node.18',
##### V8 defaults for Node.js #####