Skip to content

Commit

Permalink
[build/engines][taier-ui]: restrict node's version lower than 18 (#1120)
Browse files Browse the repository at this point in the history
# 简介
- 限制 Node 的版本小于 18

# Related issues
Closed #1119
  • Loading branch information
mortalYoung authored Oct 30, 2023
1 parent 553653b commit c96e3bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions taier-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"gitHooks": {
"pre-commit": "lint-staged"
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=14.0.0 <18.0.0"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
Expand Down

0 comments on commit c96e3bd

Please sign in to comment.