Use node 16

This commit is contained in:
2022-09-03 12:09:32 +04:00
parent 3821817368
commit 2d476ccea4
+4
View File
@@ -92,5 +92,9 @@
"func-names": "off", "func-names": "off",
"unicorn/prevent-abbreviations": "off" "unicorn/prevent-abbreviations": "off"
} }
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
} }
} }