Bump nodejs agent
This commit is contained in:
parent
8bd33efcdd
commit
a74dbda5ac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user