Mark node 20.6.0 as the minimum working version

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2024-04-16 13:01:04 +03:00
parent 0b10701015
commit b29aae1821
3 changed files with 3 additions and 3 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 20.**
> **The balena CLI currently requires Node.js version ^20.6.0**
> **Versions 21 and later are not yet fully supported.**
### Install development tools

2
npm-shrinkwrap.json generated
View File

@ -180,7 +180,7 @@
"typescript": "^5.3.2"
},
"engines": {
"node": ">=20 <21"
"node": "^20.6.0"
},
"optionalDependencies": {
"windosu": "^0.3.0"

View File

@ -92,7 +92,7 @@
"author": "Balena Inc. (https://balena.io/)",
"license": "Apache-2.0",
"engines": {
"node": ">=20 <21"
"node": "^20.6.0"
},
"husky": {
"hooks": {