You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/06/10 16:19:00 UTC

[solr] branch main updated: SOLR-16156: update nodejs in docs build

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new b8ce3ee1edf SOLR-16156: update nodejs in docs build
b8ce3ee1edf is described below

commit b8ce3ee1edf4d9eeea9ca22b0a56a77dac25d532
Author: Mike Drob <md...@apache.org>
AuthorDate: Fri Jun 10 11:04:38 2022 -0500

    SOLR-16156: update nodejs in docs build
---
 gradle/node.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/node.gradle b/gradle/node.gradle
index bef241501fb..ba895450573 100644
--- a/gradle/node.gradle
+++ b/gradle/node.gradle
@@ -25,7 +25,7 @@ configure([project(":solr:packaging"), project(":solr:solr-ref-guide")]) {
 
     node {
         download = true
-        version = "16.13.2" // LTS
+        version = "16.15.1" // LTS
 
         // The directory where Node.js is unpacked (when download is true)
         workDir = file("${project.ext.rootNodeDir}/nodejs")