Skip to content

Commit

Permalink
Remove node.version and npm.version defaults (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 10, 2022
1 parent 79a0d82 commit 03913f7
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 @@ -87,8 +87,8 @@
<!-- By default we do not create *-tests.jar. Set to false to allow other plugins to depend on test utilities in yours, using <classifier>tests</classifier>. -->
<no-test-jar>true</no-test-jar>

<node.version>4.0.0</node.version>
<npm.version>2.13.1</npm.version>
<node.version>you-must-override-the-node.version-property</node.version>
<npm.version>you-must-override-the-npm.version-property</npm.version>
<yarn.version>0.23.0</yarn.version>
<frontend-version>1.12.1</frontend-version>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
Expand Down

0 comments on commit 03913f7

Please sign in to comment.