From 5d6df4136189c600a597b1bac616bc1763f6219e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:55:57 +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 dd4ccbcf..ff6fa046 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,6 @@ } ], "constraints": { - "npm": "<9" + "npm": "<13" } }