diff --git a/INSTALL-ADVANCED.md b/INSTALL-ADVANCED.md index f0df3ec2..25672d4c 100644 --- a/INSTALL-ADVANCED.md +++ b/INSTALL-ADVANCED.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ee4ff9b7..cd8e70fe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -180,7 +180,7 @@ "typescript": "^5.3.2" }, "engines": { - "node": ">=20 <21" + "node": "^20.6.0" }, "optionalDependencies": { "windosu": "^0.3.0" diff --git a/package.json b/package.json index 5a4096de..70c09aa6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "author": "Balena Inc. (https://balena.io/)", "license": "Apache-2.0", "engines": { - "node": ">=20 <21" + "node": "^20.6.0" }, "husky": { "hooks": {