Skip to content

Commit

Permalink
Update node and npm in maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Sep 24, 2023
1 parent 573d168 commit c013e8a
Show file tree
Hide file tree
Showing 2 changed files with 2,488 additions and 1,586 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<java.version>1.8</java.version>
<restlet.version>2.3.12</restlet.version>
<hadoop.version>2.6.0-cdh5.16.1</hadoop.version>
<node.version>v8.11.4</node.version>
<npm.version>6.4.1</npm.version>
<node.version>v18.17.1</node.version>
<npm.version>9.6.7</npm.version>
<webapp>${basedir}/src/main/html/webapp</webapp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Loading

0 comments on commit c013e8a

Please sign in to comment.