This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch alert_plugin_design in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
commit 95a5572271b7c91dac3af1d18662fc085b038b63 Author: break60 <[email protected]> AuthorDate: Mon Sep 7 15:32:20 2020 +0800 Modify node version --- dolphinscheduler-ui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml index 13644ba..2aaf946 100644 --- a/dolphinscheduler-ui/pom.xml +++ b/dolphinscheduler-ui/pom.xml @@ -29,7 +29,7 @@ <name>${project.artifactId}</name> <properties> - <node.version>v12.12.0</node.version> + <node.version>v10.16.0</node.version> <npm.version>6.11.3</npm.version> <sonar.sources>src</sonar.sources> </properties>
