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 d09c49af26 fix(website): Downgrade the node.js version due to 
websites1 runner using ubuntu 18. (sigh)
d09c49af26 is described below

commit d09c49af2639f9a8d3435e3f7e5d54f973f7e0ed
Author: hutcheb <[email protected]>
AuthorDate: Tue Nov 19 22:40:20 2024 +0800

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

diff --git a/website/pom.xml b/website/pom.xml
index e56b6a4da1..664b851c22 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -388,7 +388,7 @@
 
         </executions>
         <configuration>
-          <nodeVersion>v17.9.1</nodeVersion>
+          <nodeVersion>v16.16.0</nodeVersion>
           <workingDirectory>${pom.basedir}/target</workingDirectory>
           <installDirectory>${pom.basedir}/target</installDirectory>
         </configuration>

Reply via email to