Correctly specify minimum Node version (#582)

This commit is contained in:
Michael Telatynski
2023-03-20 08:22:00 +00:00
committed by GitHub
parent 74579317db
commit 775b03572c
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@
},
"license": "Apache-2.0",
"files": [],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"i18n": "matrix-gen-i18n",
"prunei18n": "matrix-prune-i18n",