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