Skip to content

Commit

Permalink
fix(website): Downgrade the node.js version due to websites1 runner u…
Browse files Browse the repository at this point in the history
…sing ubuntu 18. (sigh)
  • Loading branch information
hutcheb committed Nov 19, 2024
1 parent 28822eb commit d09c49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@

</executions>
<configuration>
<nodeVersion>v17.9.1</nodeVersion>
<nodeVersion>v16.16.0</nodeVersion>
<workingDirectory>${pom.basedir}/target</workingDirectory>
<installDirectory>${pom.basedir}/target</installDirectory>
</configuration>
Expand Down

0 comments on commit d09c49a

Please sign in to comment.