Commit 5b388f5e authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 7c318784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ pipeline {
                sh 'sudo apk update'
                sh 'curl https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz --output node-v14.17.6-linux'
                sh 'ls -la'
                sh 'tar -xf node-v14.17.6-linux-x64-usdt'
                sh 'tar -xf node-v14.17.6-linux -C /tmp'
                //sh 'sudo apk add yarn'
                sh 'sudo apk upgrade nodejs'
                sh 'node -v'