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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new e79324b  Upgrade to the latest NodeJS and Yarn version, hoping to fix 
build issues on Apache CI
e79324b is described below

commit e79324be2b1f026154dcaf8528f9a2681ec30250
Author: Serge Huber <[email protected]>
AuthorDate: Wed Oct 14 16:18:15 2020 +0200

    Upgrade to the latest NodeJS and Yarn version, hoping to fix build issues 
on Apache CI
---
 extensions/web-tracker/javascript/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/web-tracker/javascript/pom.xml 
b/extensions/web-tracker/javascript/pom.xml
index 33e8cc0..e5c679f 100755
--- a/extensions/web-tracker/javascript/pom.xml
+++ b/extensions/web-tracker/javascript/pom.xml
@@ -85,8 +85,8 @@
                             <goal>install-node-and-yarn</goal>
                         </goals>
                         <configuration>
-                            <nodeVersion>v11.11.0</nodeVersion>
-                            <yarnVersion>v1.19.1</yarnVersion>
+                            <nodeVersion>v12.19.0</nodeVersion>
+                            <yarnVersion>v1.22.5</yarnVersion>
                         </configuration>
                     </execution>
                     <execution>

Reply via email to