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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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