Commit 0b451b98 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 401ab637
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ pipeline {
                //sh './tmp/node-v14.17.6-linux-x64-usdt/bin'
                //sh 'sudo apk add yarn'

                sh 'apk add --update nodejs=18.18.0-r0'
                sh 'sudo apk add --update nodejs=18.18.0-r0'
                sh 'node --version'
                sh 'yarn install'
            }