Skip to content

Commit

Permalink
Add engine to strict node version in package.json (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: inductor <[email protected]>
  • Loading branch information
inductor authored Mar 23, 2020
1 parent 9c9196e commit e54b79b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"config": {
"bundledKubectlVersion": "1.17.3"
},
"engines": {
"node": ">=0.12 <0.13"
},
"build": {
"afterSign": "build/notarize.js",
"extraResources": [
Expand Down

0 comments on commit e54b79b

Please sign in to comment.