From cd9bd7951922164067e5f31efcfc85ac2069d9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:11:51 +0000 Subject: [PATCH] Update npm tool constraint to v12 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0d65ef2a..fa414d06 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,6 @@ } ], "constraints": { - "npm": "<9" + "npm": "<13" } }