Update node engines, 23.x is broken too

This commit is contained in:
Michael Telatynski 2025-02-28 11:17:07 +00:00 committed by GitHub
parent a46985d91e
commit bce251b35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
"type": "module", "type": "module",
"files": [], "files": [],
"engines": { "engines": {
"node": ">=18.0.0 <=22.13.1 || >22" "node": ">=18.0.0 <=22.13.1"
}, },
"scripts": { "scripts": {
"i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint", "i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint",