File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66| ---------- | --------------- | --------------- |
77| Ruby | 3.0.1 | 3.3.x |
88| Bundler | 2.2.15 | 2.x |
9- | NodeJS | 18.x.x | 18 .x.x |
9+ | NodeJS | 20.19.1 | 20 .x.x |
1010| Python | 3.9.x | |
1111| PostgreSQL | 13.x | 16.x |
1212| Java | 11.x | 19.x |
@@ -164,11 +164,11 @@ ManageIQ requires a memcached instance for session caching and a PostgreSQL data
164164[nvm](https://github.com/nvm-sh/nvm) is * strongly* recommended for NodeJS version management.
165165
166166` ` ` bash
167- nvm install 18
168- nvm use 18
167+ nvm install 20
168+ nvm use 20
169169
170- # Set version 18 as the default for all scripts
171- nvm alias default 18
170+ # Set version 20 as the default for all scripts
171+ nvm alias default 20
172172` ` `
173173
174174You may need to restart your shell in order to source the nvm initialization environment.
You can’t perform that action at this time.
0 commit comments