2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00

chore: set node version

This commit is contained in:
18alantom 2021-09-30 14:53:08 +05:30
parent a589358d10
commit 9bc8cd9fdd

View File

@ -56,5 +56,8 @@
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue}": "vue-cli-service lint" "*.{js,vue}": "vue-cli-service lint"
},
"engines": {
"node": ">=16.4.0"
} }
} }