chore: add node >=24 constraint to renovate config #2831

Merged
argoyle merged 1 commits from chore/renovate-node-constraints into main 2026-03-15 11:14:09 +00:00
+4 -1
View File
@@ -17,5 +17,8 @@
"stylelint-config-standard"
]
}
]
],
"constraints": {
"node": ">=24"
}
}