Fix: package-lock.json after PR #3660 (#3661)

continue from #3660 

Fix: package-lock.json (check node engine)
This commit is contained in:
Bugsounet - Cédric
2024-12-27 14:20:24 +01:00
committed by GitHub
parent 6a09bc4ec4
commit 9d0501f240
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"stylelint-prettier": "^5.0.2"
},
"engines": {
"node": ">=20.18.1 <21 || 22 || >=23"
"node": ">=20.18.1 <21 || >=22"
},
"optionalDependencies": {
"electron": "^32.2.7"