Skip to content

Commit 85514a9

Browse files
committed
Update NodeJS to 24.15
This commit declares a NodeJS value whereas previously, Antora would use the latest LTS version. When it updated to Node 24.16, site production stopped, possibly due to nodejs/node@e95570c054. Either way, it is helpful to have a pinned version in order to stabilize builds, allowing us to update it in an orderly fashion like other dependencies. Issue gh-19206 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 86e0f13 commit 85514a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/spring-security-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ plugins {
1010
apply plugin: 'io.spring.convention.docs'
1111
apply plugin: 'java'
1212

13+
node {
14+
version = "24.15.0"
15+
}
16+
1317
antora {
1418
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
1519
environment = [

0 commit comments

Comments
 (0)