mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
doc: update node version requirement to 18.19.0 (#15219)
This commit is contained in:
parent
0cdfad1c3a
commit
fcf7f363b3
@ -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"
|
||||
```
|
||||
|
||||
|
@ -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"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user