Engine except on node v21 (#3561)

in addition of #3559 

except with node v21: no security updates and EOL
This commit is contained in:
Bugsounet - Cédric
2024-09-26 19:09:10 +02:00
committed by GitHub
parent 2e6e86887b
commit ebaeed935f
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@
"electron": "^31.6.0"
},
"engines": {
"node": ">=20.9.0"
"node": ">=20.9.0 <21 || 22"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",