Skip to content

Commit

Permalink
build: downgrade Vaadin to 23.2.17
Browse files Browse the repository at this point in the history
Vaadin 23.3 requires Node 18, which is not currently supported at our CI/CD server (vaadin/flow#15340)
  • Loading branch information
javier-godoy authored Apr 11, 2023
1 parent 6fce1c5 commit 918cb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Iconset based on FontAwesome</description>

<properties>
<vaadin.version>23.3.11</vaadin.version>
<vaadin.version>23.2.17</vaadin.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jetty.version>9.4.36.v20210114</jetty.version>
Expand Down

0 comments on commit 918cb40

Please sign in to comment.