This is an automated email from the ASF dual-hosted git repository.
mdrob pushed a commit to branch jira/solr-15556-antora
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/jira/solr-15556-antora by this
push:
new 7e8a1ec Use LTS release of nodejs
7e8a1ec is described below
commit 7e8a1ec7a66be9dcfc9d0cd5a9bc49931b79a42f
Author: Mike Drob <[email protected]>
AuthorDate: Tue Jan 25 20:23:29 2022 -0600
Use LTS release of nodejs
---
solr/solr-ref-guide/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index b929256..1ba439f 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -298,7 +298,7 @@ abstract class PrepareSources extends DefaultTask {
node {
// Antora plugin depends on an old version of node, force a newer one
download = true
- version = "17.3.1"
+ version = "16.13.2" // LTS
// This is where we will save node, npm, and npx if not already present on
the system
workDir = file("${project.buildDir}/nodejs")