Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -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' } Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -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' } Loading