@@ -8,7 +8,11 @@ pipeline {
checkout scm
}
-
+ stage('Install pnpm') {
+ steps {
+ sh 'npm install -g pnpm'
+ }
stage('Install Dependencies') {
steps {
// 安装项目依赖