Skip to content

Commit

Permalink
node bump
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 16, 2024
1 parent c337fca commit 3594f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.xtext.web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<version>1.15.0</version>
<executions>
<execution>
<id>install node and npm</id>
Expand All @@ -121,8 +121,8 @@
</goals>
<configuration>
<!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
<nodeVersion>v20.14.0</nodeVersion>
<npmVersion>10.7.0</npmVersion>
<nodeVersion>v20.16.0</nodeVersion>
<npmVersion>10.8.1</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 3594f54

Please sign in to comment.