Merge branch 'gulp-jasmine_deprecation' of https://gitea.verdnatura.es/verdnatura/salix into gulp-jasmine_deprecation

This commit is contained in:
Carlos Jimenez Ruiz 2022-05-12 12:38:40 +02:00
commit 0b6e85ea08
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
}
steps {
nodejs('node-v14') {
sh 'npm install --no-audit --prefer-offline'
sh 'npm install --no-audit'
sh 'gulp install --ci'
}
}