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

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 81fc72d1 chore: upgrade node version to v18
81fc72d1 is described below

commit 81fc72d1921fe9c257177a98b1c8595f0ac0339f
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Oct 13 11:19:47 2025 +0200

    chore: upgrade node version to v18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e350eade..207e4070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-    <node.version>v16.13.2</node.version>
+    <node.version>v18.12.0</node.version>
     <yarn.version>v1.22.17</yarn.version>
 
     <theme.basedir>antora-ui-camel</theme.basedir>

Reply via email to