From 8147aeffa920e2c30b9b9f5278c4d8ce006384e0 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Wed, 16 Jul 2025 12:14:58 +0200 Subject: [PATCH] Update docs on supported NodeJS versions --- .../tools/how-to-use-node-js-and-npm-on-hypernode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6c28ab96..53497e5c 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 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: +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 22, you can use the command below: ```bash -hypernode-systemctl settings nodejs_version 20 +hypernode-systemctl settings nodejs_version 22 ``` -Supported Node.js versions are: 6, 10, 16, 18 and 20. +Supported Node.js versions are: 16, 18, 20 and 22. ## Setting your PATH