Hello everyone, I am planning to proceed with the NodeJS upgrade to 22 on the main branch, since NodeJS 16 has reached end-of-life in 2023. Together with NodeJS I am also updating antora dependencies (npm dependencies).
The upgrade affects the modules webapp, ref-guide and packaging. The PR can be found here: https://github.com/apache/solr/pull/3201 Would be great to get some more reviewers on this to make sure nothing breaks, and eventually backport the changes to 9.X. If there will be no objections or change requests, I will merge the following PR some time next week: https://github.com/apache/solr/pull/3201 Best, Christos P.S. I was planning to move the NodeJS distribution install path to a unified path so that all modules could share the same Node instance, but to avoid further implications I didn't change the current behavior.