Specify Node 20 minimum

pull/27696/head
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
1 changed files with 3 additions and 0 deletions

View File

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