mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add engine to strict node version
Signed-off-by: inductor <kohei.ota@zozo.com>
This commit is contained in:
parent
9c9196e4de
commit
972259d481
@ -12,6 +12,9 @@
|
||||
"config": {
|
||||
"bundledKubectlVersion": "1.17.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12 <0.13"
|
||||
},
|
||||
"build": {
|
||||
"afterSign": "build/notarize.js",
|
||||
"extraResources": [
|
||||
@ -220,4 +223,4 @@
|
||||
"vuedraggable": "^2.23.2",
|
||||
"webpack": "~4.35.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user