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:
parent
bb0207fbc4
commit
ace1d4204d
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user