Skip to content

Commit 7177cc4

Browse files
authored
Merge pull request #336 from ByteInternet/add-nodejs-20-docs
Add NodeJS 20 docs
2 parents b38c3cd + b671b7a commit 7177cc4

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)