mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add engine to strict node version in package.json (#144)
Signed-off-by: inductor <kohei.ota@zozo.com>
This commit is contained in:
parent
9c9196e4de
commit
e54b79b56a
@ -12,6 +12,9 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"bundledKubectlVersion": "1.17.3"
|
"bundledKubectlVersion": "1.17.3"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.12 <0.13"
|
||||||
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"afterSign": "build/notarize.js",
|
"afterSign": "build/notarize.js",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user