Skip to content

Commit 9245334

Browse files
committed
Upgrade Node v14 to v16
1 parent 935dc44 commit 9245334

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 **v16.x** and npm **8.x.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": ">= 16.0.0",
138+
"npm": ">= 8.0.0"
139139
},
140140
"packageManager": "[email protected]",
141141
"resolutions": {

0 commit comments

Comments
 (0)