Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaini authored Nov 15, 2018
1 parent 4fa4b0c commit 77597a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pipeline {
agent { docker { image 'node:6.3' } }
agent { docker { image 'node:10.13' } }
stages {
stage('build') {
steps {
sh 'npm --version'
}
}
}
}
}

0 comments on commit 77597a9

Please sign in to comment.