Skip to content

Commit

Permalink
feat: 新增npm源node版本约束
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma-Alpha committed Sep 8, 2023
1 parent 884ff77 commit 3b20f0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict = true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.14.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"browserslist": [
"defaults"
],
"engines": {
"node": "18.14.0"
},
"dependencies": {
"@4399ywkf/antd4_components": "^0.0.131",
"@ant-design/icons": "^5.0.1",
Expand Down

0 comments on commit 3b20f0d

Please sign in to comment.