Skip to content

Commit

Permalink
test: use nodejs16
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Oct 11, 2024
1 parent 38b88b5 commit a96704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
environment {
GIT_NAME = "eionet2-dashboard"
SONARQUBE_TAGS = "eionet2"
PATH = "${tool 'NodeJS'}/bin:${tool 'SonarQubeScanner'}/bin:$PATH"
PATH = "${tool 'NodeJS16'}/bin:${tool 'SonarQubeScanner'}/bin:$PATH"
}
stages{

Expand Down

0 comments on commit a96704e

Please sign in to comment.