@@ -92,7 +92,7 @@ node{
sh 'npm install'
try
- {
+ { sh 'npm update'
sh 'npm run test-ci'
}
catch(err)