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

2
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"stylelint-prettier": "^5.0.2"
},
"engines": {
"node": ">=20.9.0"
"node": ">=20.9.0 <21 || 22"
},
"optionalDependencies": {
"electron": "^32.1.2"