Skip to content

Commit 9922852

Browse files
authored
Update spring-pulsar-docs.gradle
Pin node.js version to 24.15.0. See this commit for more details: spring-projects/spring-security@85514a9 All our current docs deploy actions are failing due to this. Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 74afefa commit 9922852

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spring-pulsar-docs/spring-pulsar-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ plugins {
88

99
apply from: "${rootDir}/gradle/antora-docs.gradle"
1010

11+
node {
12+
version = "24.15.0"
13+
}
14+
1115
description = 'Spring for Apache Pulsar Docs'
1216

1317
configurations {

0 commit comments

Comments
 (0)