Update docs and package.json re min Node.js supported version (12.8.0)

Resolves: #2445
Change-type: patch
This commit is contained in:
Paulo Castro 2022-01-16 18:44:45 +00:00
parent d11e547e11
commit f5d09a43cd
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 The npm installation involves building native (platform-specific) binary modules, which require
some development tools to be installed first, as follows. 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.** > **Versions 13 and later are not yet fully supported.**
### Install development tools ### Install development tools

View File

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