Update supported npm version range in package.json (<7.0.0)

Connects-to: #2221
Change-type: patch
This commit is contained in:
Paulo Castro 2021-03-17 15:28:39 +00:00
parent 480f84993b
commit 5fc009a6ae

View File

@ -84,7 +84,8 @@
"author": "Juan Cruz Viotti <juan@balena.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=10.20.0 <13.0.0"
"node": ">=10.20.0 <13.0.0",
"npm": "<7.0.0"
},
"husky": {
"hooks": {