Skip to content

Commit b4d97ce

Browse files
authored
Merge pull request #1836 from jeffibm/upgrade-to-node18
Upgrade Node v14 to v18
2 parents 81fbe48 + b4c63a4 commit b4d97ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/developer_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Logging in to the SUI requires a running instance of ManageIQ. Instructions on h
1212
```
1313
git clone [email protected]:ManageIQ/manageiq-ui-service.git
1414
```
15-
- Have nodejs **v14.x** and npm **6.x.x** installed (npm should be installed with NodeJS)
15+
- Have nodejs **v18.x** and npm **8.6.x** installed (npm should be installed with NodeJS)
1616
- If using [nvm](https://github.com/creationix/nvm) you can ensure you are using the correct node version with `nvm use`
1717
- Have yarn (^v1.0.1) globally installed.
1818
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
"> 5%"
135135
],
136136
"engines": {
137-
"node": ">= 14.0.0",
138-
"npm": ">= 6.0.0"
137+
"node": ">= 18.0.0",
138+
"npm": ">= 8.6.0"
139139
},
140140
"packageManager": "[email protected]",
141141
"resolutions": {

0 commit comments

Comments
 (0)