You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/09 10:08:02 UTC

[myfaces-tobago] branch tobago-5.x updated: build: set back to old node version (#3517)

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 08b0d4ceb4 build: set back to old node version (#3517)
08b0d4ceb4 is described below

commit 08b0d4ceb41cae2a9d30c094f96918cfbaf14179
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 9 11:07:57 2022 +0100

    build: set back to old node version (#3517)
    
    issue: TOBAGO-2182
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1ef05b047..a7421aa564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -988,7 +988,14 @@
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v18.12.1</nodeVersion> <!-- contains npm version 8.19.2 -->
+              <nodeVersion>v16.18.1</nodeVersion>
+              <!-- contains npm version 8.19.2 -->
+              <!--
+              todo: next version not running on Jenkins ubuntu - https://issues.apache.org/jira/browse/INFRA-23954
+              todo: Update Jenkins file to use "docker"
+              <nodeVersion>v18.12.1</nodeVersion>
+              -->
+              <!-- contains npm version 8.19.2 -->
 
               <!-- optional: Where to download Node.js binary from. Defaults to http://nodejs.org/dist/ -->
               <!--<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>-->