Skip to content

Commit

Permalink
DCA11Y-1145: disable node version manager on file version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flipatlas committed Sep 30, 2024
1 parent e1f5598 commit 25a2d87
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<configuration>
<installDirectory>target</installDirectory>
<useNodeVersionManager>false</useNodeVersionManager>
</configuration>

<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<configuration>
<installDirectory>target</installDirectory>
<useNodeVersionManager>false</useNodeVersionManager>
</configuration>

<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<configuration>
<installDirectory>target</installDirectory>
<useNodeVersionManager>false</useNodeVersionManager>
</configuration>

<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<configuration>
<nodeVersionFile>${project.basedir}/dotfiles/.nvmrc</nodeVersionFile>
<installDirectory>target</installDirectory>
<useNodeVersionManager>false</useNodeVersionManager>
</configuration>

<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<configuration>
<installDirectory>target</installDirectory>
<useNodeVersionManager>false</useNodeVersionManager>
</configuration>

<executions>
Expand Down

0 comments on commit 25a2d87

Please sign in to comment.