chore: add node >=24 constraint to renovate config (#2831)
Adds constraints.node >= 24 to renovate.json so Renovate generates lock files with npm 11 (Node 24). Reviewed-on: #2831
This commit was merged in pull request #2831.
This commit is contained in:
+4
-1
@@ -17,5 +17,8 @@
|
|||||||
"stylelint-config-standard"
|
"stylelint-config-standard"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"constraints": {
|
||||||
|
"node": ">=24"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user