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" } ] }