build: reset embedder string to "-node.0"

PR-URL: https://github.com/nodejs/node/pull/42657
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
pull/42718/head
Michaël Zasso 2022-04-12 11:10:17 +02:00
parent fd4f80ce54
commit d5462e4558
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
1 changed files with 1 additions and 1 deletions

View File

@ -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.16',
'v8_embedder_string': '-node.0',
##### V8 defaults for Node.js #####