1
0
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:
inductor 2020-03-23 17:34:45 +09:00
parent 9c9196e4de
commit 972259d481
2 changed files with 5 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -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"
}
}
}