Skip to content

Commit

Permalink
switched to an earlier version of node which doesn't have the GLIBC 2…
Browse files Browse the repository at this point in the history
….7 dependency.
  • Loading branch information
certara-dneely committed Sep 11, 2024
1 parent 2d31918 commit 20d30de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jqm-all/jqm-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
<version>${jsplugin.version}</version>

<configuration>
<nodeVersion>v20.14.0</nodeVersion>
<!-- <nodeVersion>v20.14.0</nodeVersion>-->
<nodeVersion>v18.17.0</nodeVersion>
<yarnVersion>v1.22.22</yarnVersion>
<installDirectory>target/</installDirectory>
<workingDirectory>src/main/react</workingDirectory>
Expand Down

0 comments on commit 20d30de

Please sign in to comment.