Skip to content

Commit

Permalink
Merge pull request #990 from darinpope/update-node-dist
Browse files Browse the repository at this point in the history
Use Jenkins mirror for node and npm downloads
  • Loading branch information
uhafner authored Sep 28, 2024
2 parents 557b984 + 2022f2b commit 38395e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<!-- NPM and node versions for frontend-maven-plugin -->
<node.version>20.13.1</node.version>
<npm.version>10.8.0</npm.version>
<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>
<npmDownloadRoot>https://registry.npmjs.org/npm/-/</npmDownloadRoot>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<npmDownloadRoot>https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot>

<!-- Test Library Dependencies Versions -->
<equalsverifier.version>3.17</equalsverifier.version>
Expand Down

0 comments on commit 38395e9

Please sign in to comment.