Skip to content

Commit

Permalink
Merge pull request #924 from jenkinsci/node-npm
Browse files Browse the repository at this point in the history
Bump node and NPM to latest LTS versions
  • Loading branch information
uhafner authored May 17, 2024
2 parents 7e98ddf + dfdaead commit 062f63c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
<pmd.skip>false</pmd.skip>

<!-- NPM and node versions for frontend-maven-plugin -->
<node.version>20.11.0</node.version>
<npm.version>10.3.0</npm.version>
<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>

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

0 comments on commit 062f63c

Please sign in to comment.