Set node engine ver to 16.x

This commit is contained in:
Mikołaj Pich 2021-08-29 13:21:46 +02:00
parent 04e11925ac
commit d89080db68

View file

@ -28,5 +28,8 @@
"devDependencies": {
"jshint": "^2.13.1",
"nodemon": "^2.0.12"
},
"engines": {
"node": "16.x"
}
}