Skip to content

Commit a630051

Browse files
update node version
1 parent ff9a36a commit a630051

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
node-version:
11-
- 16
11+
- 14
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up system

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 **v16.x** and npm **8.x.x** installed (npm should be installed with NodeJS)
15+
- Have nodejs **v14.x** and npm **6.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": ">= 16.0.0",
138-
"npm": ">= 8.0.0"
137+
"node": ">= 14.0.0",
138+
"npm": ">= 6.0.0"
139139
},
140140
"packageManager": "[email protected]"
141141
}

0 commit comments

Comments
 (0)