Skip to content

Commit

Permalink
ci: use newer version of node
Browse files Browse the repository at this point in the history
semantic release minimum version has bumped
  • Loading branch information
ewanharris committed Nov 2, 2021
1 parent 537107d commit 1e19086
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 = '12.18.0'
def nodeVersion = '16.11.1'
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 1e19086

Please sign in to comment.