From c1311777cf350081b05ab6b9b3034f38f2d2c219 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Fri, 31 Jul 2026 15:51:42 -0400 Subject: [PATCH] feat!: Update logging to minimum Node version of 22. --- handwritten/logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index cf7dcce0ef2..618e5aba47b 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -104,7 +104,7 @@ "webpack-cli": "^5.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" }, "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/handwritten/logging" }