Specify node version

This commit is contained in:
Michael Telatynski 2024-07-09 13:21:45 +01:00 committed by GitHub
parent cf8b87fd14
commit a4f82bb2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,9 @@
"package.json",
".stylelintrc.js"
],
"engines": {
"node": ">=20.0.0"
},
"main": "./src/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",