Downgrades antora node version temporarily

This commit is contained in:
Spencer Gibb
2023-09-11 14:45:21 -04:00
parent 6c5dc05f3c
commit 9f8f92ba3a

View File

@@ -1069,6 +1069,12 @@
<groupId>io.spring.maven.antora</groupId>
<artifactId>antora-maven-plugin</artifactId>
<version>${antora-maven-plugin.version}</version>
<configuration>
<!-- TODO: remove when CI upgrades past ubuntu 1804 -->
<node>
<version>v16.16.0</version>
</node>
</configuration>
<executions>
<execution>
<phase>${antora-maven-plugin.phase}</phase>