Skip to content

Commit 5b2014e

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-1512 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 84040dc commit 5b2014e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ apply plugin: 'io.spring.javaformat'
2424
apply plugin: 'io.spring.security.release'
2525
apply plugin: 's101'
2626

27+
node {
28+
version = "24.15.0"
29+
}
30+
2731
group = "org.springframework.ldap"
2832
description = "Spring LDAP"
2933

0 commit comments

Comments
 (0)