You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/01/14 22:25:07 UTC

[myfaces-tobago] 01/03: update node version

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

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

commit d4301d17cbeed4c9aff6a181341051d906c92433
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Jan 14 19:41:53 2021 +0100

    update node version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2b6728..c44a141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1236,7 +1236,7 @@
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v14.15.2</nodeVersion> <!-- contains npm version 6.14.9 -->
+              <nodeVersion>v14.15.4</nodeVersion> <!-- contains npm version 6.14.10 -->
 
               <!-- optional: Where to download Node.js binary from. Defaults to http://nodejs.org/dist/ -->
               <!--<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>-->