chore: allow Node 22 still

This commit is contained in:
WebStreamr 2025-10-29 11:38:28 +00:00
parent 20c43a3ea1
commit c4bf32f991
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -51,7 +51,7 @@
"typescript-eslint": "^8.31.1"
},
"engines": {
"node": "^24.0.0"
"node": "^22.0.0 || ^24.0.0"
}
},
"node_modules/@babel/code-frame": {

View file

@ -28,7 +28,7 @@
"url": "https://github.com/webstreamr/webstreamr/issues"
},
"engines": {
"node": "^24.0.0"
"node": "^22.0.0 || ^24.0.0"
},
"devEngines": {
"runtime": {