Skip to content

Commit

Permalink
ci: bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 23, 2020
1 parent 0119a19 commit 76c11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! groovy
library 'pipeline-library'
def nodeVersion = '10.17.0'
def nodeVersion = '10.19.0'
def npmVersion = 'latest' // We can change this without any changes to Jenkins. 5.7.1 is minimum to use 'npm ci'

def packageVersion = ''
Expand Down

0 comments on commit 76c11e9

Please sign in to comment.