You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ga...@apache.org on 2020/10/12 07:31:58 UTC

[incubator-dolphinscheduler] 03/07: Modify node version

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 bbfe5c14776f2a62eab12b5914aa54eeb800b56d
Author: break60 <79...@qq.com>
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>