@@ -6,6 +6,9 @@ pipeline {
steps {
// 从版本控制系统中检出代码
sh 'whoami'
+ sh 'node -v'
+ sh 'npm -v'
+ sh 'pnpm -v'
}
stage('Checkout') {