Browse Source

add pc-client Jenkinsfile

zhoucg 2 years ago
parent
commit
f523ed3d3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pc-client/Jenkinsfile

+ 1 - 1
pc-client/Jenkinsfile

@@ -11,7 +11,7 @@ pipeline {
         projectNodePort=30004
     }
 
-    tools {nodejs "nodejs1430"}
+    tools {nodejs "node-v16.17.1"}
 
     stages {
         stage('拉取代码') {