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

View File

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