From 8e56dba33a339865220a497ce0addc455e63c18d Mon Sep 17 00:00:00 2001 From: team-code-muju Date: Sun, 22 Feb 2026 02:55:53 +0530 Subject: [PATCH] Update V8 version and Node version in config --- configs/v8-versions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/v8-versions.json b/configs/v8-versions.json index 95a7d81..0100f33 100644 --- a/configs/v8-versions.json +++ b/configs/v8-versions.json @@ -1,9 +1,9 @@ { "versions": [ { - "v8_version": "11.3.244.8", - "node_version": "v20.x", - "build_args": "v8_enable_pointer_compression=false" + "v8_version": "14.2.231.21", + "node_version": "Electron 39.2.7 (Chromium 142)", + "build_args": "v8_enable_pointer_compression=true v8_enable_sandbox=true" } ] }