Specify Node 20 minimum

This commit is contained in:
Michael Telatynski
2024-07-09 15:49:50 +01:00
committed by GitHub
parent 3091db7bb1
commit 35fdffb245

View File

@@ -209,5 +209,8 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"engines": {
"node": ">=20.0.0"
}
}