amenpunk 4 years ago
parent
commit
2bcff365a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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