Skip to content

Commit 8650c1a

Browse files
authored
Merge pull request #563 from GilbertCherrie/update_node_20
2 parents df76885 + bf58e6b commit 8650c1a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

developer_setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

174174
You may need to restart your shell in order to source the nvm initialization environment.

0 commit comments

Comments
 (0)