Skip to content

Commit

Permalink
Change Node.js download URL (#18414)
Browse files Browse the repository at this point in the history
Let's see if this works better in our CI runs.
  • Loading branch information
bernd authored Feb 27, 2024
1 parent 60404dd commit 7bc404f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions graylog-plugin-parent/graylog-plugin-web-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<configuration>
<nodeVersion>${nodejs.version}</nodeVersion>
<yarnVersion>${yarn.version}</yarnVersion>
<nodeDownloadRoot>https://graylog-ci-cache.s3.eu-west-1.amazonaws.com/downloads/node/</nodeDownloadRoot>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions graylog2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,7 @@
<workingDirectory>${webInterface.path}</workingDirectory>
<nodeVersion>${nodejs.version}</nodeVersion>
<yarnVersion>${yarn.version}</yarnVersion>
<nodeDownloadRoot>https://graylog-ci-cache.s3.eu-west-1.amazonaws.com/downloads/node/</nodeDownloadRoot>
</configuration>

<executions>
Expand Down

0 comments on commit 7bc404f

Please sign in to comment.