amenpunk %!s(int64=4) %!d(string=hai) anos
pai
achega
2bcff365a5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -12,14 +12,14 @@ pipeline {
         }
         stage('install dependencies') {
             steps {
-                nvm( version : '12.22.9' ){
+                nvm( version : '14.18.3' ){
                     sh 'npm install'
                 }
             }
         }
         stage('build') {
             steps {
-                nvm( version : '12.22.9' ){
+                nvm( version : '14.18.3' ){
                     sh 'npm run build'
                 }
             }