Skip to content

Commit b671b7a

Browse files
author
Jonathan Visser
committed
Add NodeJS 20 docs
1 parent b38c3cd commit b671b7a

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 v10. 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 like 18, 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 20, you can use the command below:
2222

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

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

2929
## Setting your PATH
3030

0 commit comments

Comments
 (0)