Skip to content

Commit

Permalink
STARCH-884 node/npm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfyffeiu committed Oct 2, 2024
1 parent 25a65c6 commit 6afacc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.iu.util</groupId>
<artifactId>iu-java-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.4</version>
<relativePath />
</parent>

Expand All @@ -30,8 +30,8 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<configuration>
<nodeVersion>v16.16.0</nodeVersion>
<npmVersion>8.11.0</npmVersion>
<nodeVersion>v20.17.0</nodeVersion>
<npmVersion>10.8.2</npmVersion>
<installDirectory>${project.build.directory}/js</installDirectory>
</configuration>
<executions>
Expand Down
1 change: 0 additions & 1 deletion util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "iu-js-util",
"description": "IU JavaScript Utilities",
"version": "0.7.0",
"private": false,
"repository": {
"url": "[email protected]:indiana-university/iu-js.git"
Expand Down

0 comments on commit 6afacc9

Please sign in to comment.