Skip to content

Commit f832fbf

Browse files
authored
Update Node.js version to 24 in documentation
Updated the Node.js version upgrade command and supported versions.
1 parent 2398b98 commit f832fbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ If you use the installed version, you can just start using node and npm.
2121
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:
2222

2323
```bash
24-
hypernode-systemctl settings nodejs_version 22
24+
hypernode-systemctl settings nodejs_version 24
2525
```
2626

27-
Supported Node.js versions are: 16, 18, 20 and 22.
27+
Supported Node.js versions are: 16, 18, 20, 22 and 24.
2828

2929
## Setting your PATH
3030

0 commit comments

Comments
 (0)