Skip to content

Commit

Permalink
fix: replace pnpm with npm 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 83bc265 commit e398d50
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 @@ -36,7 +36,7 @@ pipeline {
stage('Install Dependencies') {
steps {
nodejs(nodeJSInstallationName: 'nodejs') {
sh 'pnpm install'
sh 'npm install'
}
}
}
Expand Down

0 comments on commit e398d50

Please sign in to comment.