You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/01/14 14:20:36 UTC

[shardingsphere-elasticjob-ui] branch master updated: Upgrade Node version from v8 to v14 (#99)

This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 91c08e3  Upgrade Node version from v8 to v14 (#99)
91c08e3 is described below

commit 91c08e3b37e9a8094c9bbf77ff80ae9974b66402
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Thu Jan 14 22:20:30 2021 +0800

    Upgrade Node version from v8 to v14 (#99)
---
 .../shardingsphere-elasticjob-cloud-ui-frontend/pom.xml               | 4 ++--
 .../shardingsphere-elasticjob-lite-ui-frontend/pom.xml                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml
index bdb374d..b19a41b 100644
--- a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml
+++ b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml
@@ -27,8 +27,8 @@
     <name>${project.artifactId}</name>
 
     <properties>
-        <node.version>v8.11.1</node.version>
-        <npm.version>5.6.0</npm.version>
+        <node.version>v14.15.4</node.version>
+        <npm.version>6.14.10</npm.version>
     </properties>
 
     <profiles>
diff --git a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml
index be1179d..2c6a7f1 100644
--- a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml
+++ b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml
@@ -27,8 +27,8 @@
     <name>${project.artifactId}</name>
 
     <properties>
-        <node.version>v8.11.1</node.version>
-        <npm.version>5.6.0</npm.version>
+        <node.version>v14.15.4</node.version>
+        <npm.version>6.14.10</npm.version>
     </properties>
 
     <profiles>