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 in package.json (#144)

Signed-off-by: inductor <kohei.ota@zozo.com>
This commit is contained in:
inductor 2020-03-23 23:31:28 +09:00 committed by GitHub
parent 9c9196e4de
commit e54b79b56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 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": [