Skip to content

Commit 5c2f33c

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. Closes gh-19206
1 parent 116e29f commit 5c2f33c

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
@@ -3,6 +3,10 @@ plugins {
33
id 'org.antora' version '1.0.0'
44
}
55

6+
node {
7+
version = "24.15.0"
8+
}
9+
610
antora {
711
options = [clean: true, fetch: true, stacktrace: true]
812
}

0 commit comments

Comments
 (0)