diff --git a/docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md b/docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md index 4356fcb7..02b832a8 100644 --- a/docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md +++ b/docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md @@ -18,13 +18,13 @@ If you use the installed version, you can just start using node and npm. ## Upgrading and downgrading Node.js -By default, the installed NodeJS version on our Hypernode platform is v10. You can check this on your Hypernode by running the command `node -v`. If you need to manually upgrade an app to another Node.js version like 18, you can use the command below: +By default, the installed NodeJS version on our Hypernode platform is v18. You can check this on your Hypernode by running the command `node -v`. If you need to manually upgrade an app to another Node.js version, for example 20, you can use the command below: ```bash -hypernode-systemctl settings nodejs_version 18 +hypernode-systemctl settings nodejs_version 20 ``` -Supported Node.js versions are: 6, 10, 16 and 18. +Supported Node.js versions are: 6, 10, 16, 18 and 20. ## Setting your PATH