未验证 提交 d6b803c4 编写于 作者: S Sebastian Florek 提交者: GitHub

Restrict npm version to v6 (#5950)

上级 097e88ab
......@@ -3,6 +3,10 @@
# Config variables can be overridden by running:
# npm run <script-name> --kubernetes-dashboard:<variable-name>=<value>
# General configuration
engine-strict = true
# Dashboard configuration
kubernetes-dashboard:kubeconfig_dir = ${HOME}/.kube
kubernetes-dashboard:kubeconfig = ${HOME}/.kube/config
kubernetes-dashboard:frontend_build_dir = dist/frontend/en
......
......@@ -188,7 +188,7 @@
},
"engines": {
"node": ">=10.13.0",
"npm": ">=6.0.0"
"npm": ">=6.0.0 <7.0.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册