From 10f4148e789d6741f39290a5c9c4ae71da435556 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Tue, 4 Aug 2026 10:24:31 -0400 Subject: [PATCH] feat!: Update storage to minimum Node version of 22. --- handwritten/storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index ed2c26993026..be8c9ffbd4e8 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=18" + "node": ">=22" }, "repository": { "type": "git",