Skip to content

Commit 131ae59

Browse files
committed
Pin Node.js version to 24.15.0
Prior to this commit, the `antora` Gradle task silently failed to build the reference documentation, since Antora uses the latest LTS release for Node.js by default, and the latest LTS apparently does not work for us.
1 parent dd3b3a7 commit 131ae59

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
@@ -6,3 +6,7 @@ plugins {
66
antora {
77
options = [clean: true, fetch: true, stacktrace: true]
88
}
9+
10+
node {
11+
version = '24.15.0'
12+
}

0 commit comments

Comments
 (0)