From 87694590970ba3e90ec43fc0f088bc7e1fa4be19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A0=E4=B8=8B=20=E5=85=8B=E5=BD=A6?= Date: Tue, 24 Feb 2026 18:03:57 +0900 Subject: [PATCH] chore: update engines.node in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 422f541b893..28d25942188 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rest" ], "engines": { - "node": ">=16" + "node": ">=20.19.0" }, "scripts": { "nx": "nx",