mirror of https://github.com/vector-im/riot-web
Specify node version in package.json
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/27904/head
parent
42f1ae1dde
commit
d584dc0d52
|
@ -25,6 +25,9 @@
|
||||||
"package.json",
|
"package.json",
|
||||||
"contribute.json"
|
"contribute.json"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
|
},
|
||||||
"style": "bundle.css",
|
"style": "bundle.css",
|
||||||
"matrix_i18n_extra_translation_funcs": [
|
"matrix_i18n_extra_translation_funcs": [
|
||||||
"UserFriendlyError"
|
"UserFriendlyError"
|
||||||
|
|
Loading…
Reference in New Issue