doc: update node version requirement to 18.19.0 (#15219)

This commit is contained in:
Sachin Chaurasiya 2024-02-16 17:08:41 +05:30 committed by GitHub
parent 0cdfad1c3a
commit fcf7f363b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This guide will help you run OpenMetadata UI locally in dev mode.
Before proceeding, ensure that you have installed the node and yarn with the versions given below.
```shell
"node": ">=10.0.0",
"node": ">=18.19.0",
"yarn": "^1.22.0"
```

View File

@ -7,7 +7,7 @@
Before proceeding, ensure that you have installed the node and yarn with the versions given below.
```
"node": ">=10.0.0",
"node": ">=18.19.0",
"yarn": "^1.22.0"
```