瀏覽代碼

Fix: Limit node version #3547 (#3563)

### What problem does this PR solve?

Fix: Limit node version #3547

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.14.0
balibabu 11 月之前
父節點
當前提交
193b08a3ed
No account linked to committer's email address
共有 3 個文件被更改,包括 7 次插入1 次删除
  1. 1
    1
      web/.npmrc
  2. 3
    0
      web/package-lock.json
  3. 3
    0
      web/package.json

+ 1
- 1
web/.npmrc 查看文件

@@ -1,2 +1,2 @@
engine-strict=true
registry=https://registry.npmmirror.com/


+ 3
- 0
web/package-lock.json 查看文件

@@ -106,6 +106,9 @@
"ts-node": "^10.9.2",
"typescript": "^5.0.3",
"umi-plugin-icons": "^0.1.1"
},
"engines": {
"node": ">=18.20.4"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

+ 3
- 0
web/package.json 查看文件

@@ -117,5 +117,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.0.3",
"umi-plugin-icons": "^0.1.1"
},
"engines": {
"node": ">=18.20.4"
}
}

Loading…
取消
儲存