From f832fbfcd0fd91225252f161ecbb00797cc4f495 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Fri, 19 Jun 2026 11:01:41 +0200 Subject: [PATCH] Update Node.js version to 24 in documentation Updated the Node.js version upgrade command and supported versions. --- .../tools/how-to-use-node-js-and-npm-on-hypernode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 53497e5c..cd4404fe 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 @@ -21,10 +21,10 @@ If you use the installed version, you can just start using node and npm. 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 22 +hypernode-systemctl settings nodejs_version 24 ``` -Supported Node.js versions are: 16, 18, 20 and 22. +Supported Node.js versions are: 16, 18, 20, 22 and 24. ## Setting your PATH