chore(engines): added node version specification

Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
hansputera
2022-03-11 18:26:13 +07:00
parent 64c4cf7ca9
commit 6179ec632a

View File

@@ -19,5 +19,8 @@
"format": "turbo run format --parallel",
"prepare": "husky install"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.0",
"engines": {
"node": ">=14.x"
}
}