From dc0458cda6eb38f6b4558080a559572e8a01a723 Mon Sep 17 00:00:00 2001 From: snek Date: Sat, 25 Oct 2025 12:31:18 +0200 Subject: [PATCH] Update V8 tracking branch to 14.2-lkgr-denoland --- tools/auto_update_v8.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto_update_v8.ts b/tools/auto_update_v8.ts index 98e2324a69..5d3daa2f60 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "14.0-lkgr-denoland"; +const V8_TRACKING_BRANCH = "14.2-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {