Updated minimal needed node version in package.json (currently v20.9.0) (#3559)

Update of package*.json for minimal node verion requirement (v20.9.0)

 * it's an addition to #3556
* According to changelog v2.28.0: `⚠️ This release needs nodejs version
>= v20.9.0`
This commit is contained in:
Bugsounet - Cédric
2024-09-25 09:03:09 +02:00
committed by GitHub
parent 08116b8e64
commit 5ffdf9af09
3 changed files with 3 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
"electron": "^31.6.0"
},
"engines": {
"node": ">=20"
"node": ">=20.9.0"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",