Skip to content

Commit

Permalink
fix: replace npm with yarn for dependency installation in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganthepro committed Dec 30, 2024
1 parent e398d50 commit 1e352d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {

stage('Install Dependencies') {
steps {
nodejs(nodeJSInstallationName: 'nodejs') {
sh 'npm install'
nodejs(nodeJSInstallationName: 'yarn') {
sh 'yarn install'
}
}
}
Expand Down

0 comments on commit 1e352d8

Please sign in to comment.