Skip to content

Commit 05e1508

Browse files
authored
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. Closes gh-2336 Signed-off-by: Joe Grandja <10884212+jgrandja@users.noreply.github.com>
1 parent 1dfcda1 commit 05e1508

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/spring-authorization-server-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ compileJava {
1616
options.compilerArgs << '-parameters'
1717
}
1818

19+
node {
20+
version = "24.15.0"
21+
}
22+
1923
antora {
2024
options = [clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
2125
environment = [

0 commit comments

Comments
 (0)