min node version

This commit is contained in:
Yuri Kuznetsov
2022-07-05 16:12:03 +03:00
parent a726f7f1d5
commit 377268359b
+2 -1
View File
@@ -78,6 +78,7 @@
}
},
"engines": {
"npm": ">=7"
"npm": ">=7",
"node" : ">=15"
}
}