Skip to content

Commit 8147aef

Browse files
author
Jonathan Visser
committed
Update docs on supported NodeJS versions
1 parent 2e68fa7 commit 8147aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ If you use the installed version, you can just start using node and npm.
1818

1919
## Upgrading and downgrading Node.js
2020

21-
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:
21+
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 20
24+
hypernode-systemctl settings nodejs_version 22
2525
```
2626

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

2929
## Setting your PATH
3030

0 commit comments

Comments
 (0)