File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This page provides information about contributing code to the Jenkins core codeb
14
14
- Apache Maven 3.8.1 or above. You can [ download Maven here] ( https://maven.apache.org/download.cgi ) .
15
15
In the Jenkins project we usually use the most recent Maven release.
16
16
- Any IDE which supports importing Maven projects.
17
- - Install [ NodeJS 16 .x] ( https://nodejs.org/en/ ) . ** Note:** only needed to work on the frontend assets found in the ` war ` module.
17
+ - Install [ Node.js 18 .x] ( https://nodejs.org/en/ ) . ** Note:** only needed to work on the frontend assets found in the ` war ` module.
18
18
- Frontend tasks are run using [ yarn] ( https://yarnpkg.com/ ) . Run ` npm install -g yarn ` to install it.
19
19
4 . Set up your development environment as described in [ Preparing for Plugin Development] ( https://www.jenkins.io/doc/developer/tutorial/prepare/ )
20
20
You can’t perform that action at this time.
0 commit comments