From 4985965aead7246594bb1d2b096635a33b2bcb95 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 15 Mar 2026 11:58:46 +0100 Subject: [PATCH] chore: add node >=24 constraint to renovate config --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3eb7c6e..a193ac7 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,8 @@ "stylelint-config-standard" ] } - ] + ], + "constraints": { + "node": ">=24" + } }