Skip to content

Commit

Permalink
Merge pull request #1659 from OWASP/fix-node
Browse files Browse the repository at this point in the history
.node support
  • Loading branch information
commjoen authored Oct 8, 2024
2 parents ca02aa7 + f6893c6 commit 3b7fac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<nodeVersion>v20.16.0</nodeVersion>
<nodeVersion>v20.18.0</nodeVersion>
<!-- download node from https://nodejs.org/dist/ -->
<workingDirectory>js</workingDirectory>
</configuration>
Expand Down

0 comments on commit 3b7fac6

Please sign in to comment.