Skip to content

Commit

Permalink
Downgrades antora node version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 11, 2023
1 parent 6c5dc05 commit 9f8f92b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9f8f92b

Please sign in to comment.