2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

build: restrict engine

This commit is contained in:
18alantom 2022-02-21 10:31:02 +05:30
parent bb0207fbc4
commit ace1d4204d

View File

@ -69,9 +69,10 @@
"trailingComma": "es5"
},
"engines": {
"node": ">=16.13.1",
"node": ">=16.13.1 <17",
"yarn": "1.22.17"
},
"engineStrict": true,
"gitHooks": {
"pre-commit": "lint-staged"
},