Jenkins fixes

This commit is contained in:
2021-11-16 10:50:27 -03:00
parent 97354f5f31
commit 04fecf321b
Vendored
+1
View File
@@ -12,6 +12,7 @@ pipeline {
//sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -'
//sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx'
//sh 'sudo npm install -g npm@latest'
sh 'npm install --legacy-peer-deps'
sh 'npm install'
}
}