diff --git a/package.json b/package.json index a4f9b92bb7..a9667e338b 100644 --- a/package.json +++ b/package.json @@ -209,5 +209,8 @@ "outputDirectory": "coverage", "outputName": "jest-sonar-report.xml", "relativePaths": true + }, + "engines": { + "node": ">=20.0.0" } }