Skip to content

Commit 8722b84

Browse files
authored
Merge pull request #504 from ByteInternet/tdgroot-patch-1
Update Node.js version to 24 in documentation
2 parents aba60f8 + f832fbf commit 8722b84

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)