From 2673a983b42e47f219d136dcfc3444dd2f136d5d Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 16 Nov 2021 09:33:31 -0300 Subject: [PATCH] added JenkinsFile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2672b20..f04925a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { steps { sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean' sh 'sudo apt-get install -y curl ' - sh 'curl -sL https://deb.nodesource.com/setup_8.x | bash -' + sh 'sudo curl -sL https://deb.nodesource.com/setup_14.x | bash -' sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx' //sh 'npm install' }