You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/11 09:20:55 UTC

[unomi] 09/17: Upgrade to the latest NodeJS and Yarn version, hoping to fix build issues on Apache CI

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

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

commit eba3e0dbe9bf578c98e8432c5006ef59240195d4
Author: Serge Huber <sh...@jahia.com>
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
    
    (cherry picked from commit e79324be2b1f026154dcaf8528f9a2681ec30250)
---
 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 36ed57c..7b2385e 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>