This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new f9fc66fa34 GH-2237: Update node in build to v20
f9fc66fa34 is described below
commit f9fc66fa34495ff590f89d7b7ccceefd5e92c3d7
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Feb 2 10:28:48 2024 +0000
GH-2237: Update node in build to v20
---
jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index 97798d2d2e..789e6fb13a 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -30,7 +30,7 @@
</parent>
<properties>
- <node.version>v16.20.2</node.version>
+ <node.version>v20.11.0</node.version>
<yarn.version>v1.22.17</yarn.version>
<automatic.module.name>org.apache.jena.fuseki.ui</automatic.module.name>
</properties>