Skip to content

Commit

Permalink
feature: 添加node版本限制
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Aug 6, 2022
1 parent 6e33ca5 commit 643a22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,8 @@
"*.md": [
"prettier --write"
]
},
"engines": {
"node": "14.x || 16.x"
}
}

0 comments on commit 643a22a

Please sign in to comment.