You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/12/10 10:36:31 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2732] node

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c1f9479f [OPENMEETINGS-2732] node
1c1f9479f is described below

commit 1c1f9479f6db1effd5dee2ec9e517694fee2e0e0
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Dec 10 17:36:22 2022 +0700

    [OPENMEETINGS-2732] node
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d084f050..4aaf2d633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1491,7 +1491,7 @@
 					<artifactId>frontend-maven-plugin</artifactId>
 					<version>${frontend-maven-plugin.version}</version>
 					<configuration>
-						<nodeVersion>v14.19.1</nodeVersion>
+						<nodeVersion>v18.12.1</nodeVersion>
 						<installDirectory>${project.build.directory}</installDirectory>
 					</configuration>
 				</plugin>