Commit 6844a24e authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 17d2fa24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ pipeline {
                echo 'Installing Dependencies'
                sh 'cat /etc/os-release'
                sh 'sudo apk update'
                sh 'sudo apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"'
                sh 'curl -sL https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz | tar xz -C /usr/local --strip-components=1'
                //sh 'sudo apk add yarn'
                sh 'sudo apk upgrade nodejs'
                sh 'node -v'