Skip to content

Commit 1e19086

Browse files
committed
ci: use newer version of node
semantic release minimum version has bumped
1 parent 537107d commit 1e19086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! groovy
22
library 'pipeline-library'
3-
def nodeVersion = '12.18.0'
3+
def nodeVersion = '16.11.1'
44
def npmVersion = 'latest' // We can change this without any changes to Jenkins. 5.7.1 is minimum to use 'npm ci'
55

66
def packageVersion = ''

0 commit comments

Comments
 (0)