mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
Update supported npm version range in package.json (<7.0.0)
Connects-to: #2221 Change-type: patch
This commit is contained in:
parent
480f84993b
commit
5fc009a6ae
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user