Merge pull request #2446 from balena-io/2445-min-node-version-12.8.0

Update docs and package.json re min Node.js supported version (12.8.0)
This commit is contained in:
bulldozer-balena[bot] 2022-01-16 19:27:33 +00:00 committed by GitHub
commit a9691bff57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ If you are a Node.js developer, you may wish to install the balena CLI via [npm]
The npm installation involves building native (platform-specific) binary modules, which require
some development tools to be installed first, as follows.
> **The balena CLI currently requires Node.js version 10 (min 10.20.0) or 12.**
> **The balena CLI currently requires Node.js version 12 (min 12.8.0).**
> **Versions 13 and later are not yet fully supported.**
### Install development tools

View File

@ -90,7 +90,7 @@
"author": "Balena Inc. (https://balena.io/)",
"license": "Apache-2.0",
"engines": {
"node": ">=12.0.0 <13.0.0",
"node": ">=12.8.0 <13.0.0",
"npm": "<7.0.0"
},
"husky": {