Node engine version

This commit is contained in:
Balázs Csaba 2021-12-01 15:40:22 +01:00
parent 4b3fae53d4
commit c36190bba6

View file

@ -7,7 +7,7 @@
"url": "https://github.com/louislam/uptime-kuma.git"
},
"engines": {
"node": "14.*"
"node": "14.* >=16.*"
},
"scripts": {
"install-legacy": "npm install --legacy-peer-deps",
@ -130,4 +130,4 @@
"typescript": "~4.4.4",
"vite": "~2.6.14"
}
}
}