From 4ae7b79fa5899276c1b1873fe76f2a0e605d9be8 Mon Sep 17 00:00:00 2001 From: Kimsongwu <282741857@qq.com> Date: Wed, 16 Apr 2025 11:05:21 +0800 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eead1fb..85e8252 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('🛠️构建') { steps { withDockerContainer('node:18-alpine') { - sh 'node -V' + sh 'npm -v' sh 'npm config set registry https://registry.npmmirror.com' sh 'npm install' sh 'npm build'