Skip to content

Commit

Permalink
Merge pull request #1113 from PereBueno/JENKINS-75279
Browse files Browse the repository at this point in the history
[JENKINS-75279] Bump version of node to 22.x and npm to 10.9.x
  • Loading branch information
uhafner authored Feb 13, 2025
2 parents 0a54e7a + 08dc571 commit 7d4c67f
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 @@ -57,8 +57,8 @@
<pmd.skip>false</pmd.skip>

<!-- NPM and node versions for frontend-maven-plugin -->
<node.version>20.13.1</node.version>
<npm.version>10.8.0</npm.version>
<node.version>22.13.1</node.version>
<npm.version>10.9.2</npm.version>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<npmDownloadRoot>https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot>

Expand Down

0 comments on commit 7d4c67f

Please sign in to comment.