Bump nodejs agent

This commit is contained in:
cghislai 2022-04-16 18:25:36 +02:00
parent 8bd33efcdd
commit a74dbda5ac

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
stages { stages {
stage ('Build') { stage ('Build') {
steps { steps {
nodejs(nodeJSInstallationName: 'node 10', configId: 'npm-global-config') { catchError { nodejs(nodeJSInstallationName: 'node 15', configId: 'npm-global-config') { catchError {
ansiColor('xterm') { ansiColor('xterm') {
sh ''' sh '''
rm -rfv dist* rm -rfv dist*