Skip to content

Commit

Permalink
update npm to LTS (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas authored May 16, 2024
1 parent 9f0e9a2 commit 643735e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openig-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<phase>initialize</phase>
<configuration>
<nodeVersion>v20.12.2</nodeVersion>
<npmVersion>6.12.0</npmVersion>
<npmVersion>10.5.2</npmVersion>
</configuration>
</execution>
<execution>
Expand All @@ -79,7 +79,7 @@
</goals>
<phase>initialize</phase>
<configuration>
<arguments>install</arguments>
<arguments>install --legacy-peer-deps</arguments>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 643735e

Please sign in to comment.