This is an automated email from the ASF dual-hosted git repository.
afs 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 129b33170d Bump node from v22.18.0 to v24.16.0 LTS
129b33170d is described below
commit 129b33170d0ae83c3a601cd491065c724711b92f
Author: Andy Seaborne <[email protected]>
AuthorDate: Thu Jun 4 11:38:01 2026 +0100
Bump node from v22.18.0 to v24.16.0 LTS
---
jena-fuseki2/jena-fuseki-ui/pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index 2cdc76abe9..d4e3567be1 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -33,8 +33,7 @@
</parent>
<properties>
- <node.version>v22.18.0</node.version>
- <!--<node.version>v24.11.0</node.version>-->
+ <node.version>v24.16.0</node.version>
<yarn.version>v1.22.17</yarn.version>
<automatic.module.name>org.apache.jena.fuseki.ui</automatic.module.name>
@@ -42,8 +41,8 @@
Allow for skipping the tests.
The test frameworks need various software components to
be available on the host running maven. This isn't always
- practical. This property allows the UI to be built on suchi
- machines by skipping the tests.
+ practical. This property allows the UI to be built on such
+ machines by skipping the tests.
It is set "true" by profile "ui-skip-tests"
-->
<skip.ui.tests>false</skip.ui.tests>