Skip to content

Commit

Permalink
DCA11Y-1145: Upgrade Node in example project IT
Browse files Browse the repository at this point in the history
Addresses incompatible version warnings with modern web test runner
  • Loading branch information
atl-mk committed Sep 22, 2024
1 parent 664775d commit 7627c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend-maven-plugin/src/it/example project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</goals>
<configuration>
<!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
<nodeVersion>v16.17.1</nodeVersion>
<npmVersion>8.15.0</npmVersion>
<nodeVersion>v20.17.0</nodeVersion>
<npmVersion>10.8.2</npmVersion>
</configuration>
</execution>

Expand Down

0 comments on commit 7627c2a

Please sign in to comment.