wuheng 1 年之前
父節點
當前提交
186e3b618a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -7,7 +7,7 @@ pipeline {
         stage('Build') {
             steps {
                 sh 'docker-compose down'
-                nodejs('16.19.0') {
+                nodejs('20.6.0') {
                     sh 'npm install --registry https://registry.npm.taobao.org'
                     sh 'npm run build:dev'
                 }