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

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 28822ebf72 fix(website): Downgrade the node.js version due to 
websites1 runner using ubuntu 18. (sigh)
28822ebf72 is described below

commit 28822ebf72db4ec857c530129e8986a0bc68ce15
Author: hutcheb <[email protected]>
AuthorDate: Tue Nov 19 20:01:35 2024 +0800

    fix(website): Downgrade the node.js version due to websites1 runner using 
ubuntu 18. (sigh)
---
 website/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/website/pom.xml b/website/pom.xml
index 42a0905b23..e56b6a4da1 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -388,8 +388,7 @@
 
         </executions>
         <configuration>
-          <nodeVersion>v23.1.0</nodeVersion>
-          <npmVersion>10.9.0</npmVersion>
+          <nodeVersion>v17.9.1</nodeVersion>
           <workingDirectory>${pom.basedir}/target</workingDirectory>
           <installDirectory>${pom.basedir}/target</installDirectory>
         </configuration>

Reply via email to