wuheng 1 vuosi sitten
vanhempi
commit
186e3b618a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
                 }