Browse Source

更新 'Jenkinsfile'

sifu-gogs 2 năm trước cách đây
mục cha
commit
daf577d7b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -7,7 +7,7 @@ pipeline {
         stage('Build') {
             steps {
 				sh 'docker-compose down'
-                nodejs('16.17.0') {
+                nodejs('19.6.0') {
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'