From c699778f4a75c25c200dbd44ad6fa99af7f8bce0 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Fri, 31 Jul 2026 15:27:27 -0400 Subject: [PATCH] feat!: Update bigquery to minimum Node version of 22. --- handwritten/bigquery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handwritten/bigquery/package.json b/handwritten/bigquery/package.json index 2c1aad583949..128155cd8d35 100644 --- a/handwritten/bigquery/package.json +++ b/handwritten/bigquery/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=18" + "node": ">=22" }, "repository": { "type": "git",