This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3d052b9a2f fix: update readme.md (#886)
3d052b9a2f is described below
commit 3d052b9a2fbf0bbc45f4b91dc66c88b55d16c0ec
Author: MiyueSC <[email protected]>
AuthorDate: Fri Feb 24 18:48:26 2023 +0800
fix: update readme.md (#886)
Modify the "node v 10" in readme.md to "node v 18"
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5c0d097773..2fcb04ca9c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you have higher version of node installed, you may
consider `nvm` to allow di
1. Follow the [instructions](http://nvm.sh) to install nvm
2. Run `nvm install v18.12.1` to install node v18
-3. Run `nvm use v18.12.1` to switch the working environment to node v10
+3. Run `nvm use v18.12.1` to switch the working environment to node v18
Then you are all set to run and build the website. Follow the build
instruction above for the details.