Skip to content

Commit

Permalink
chore(ci): Test with node 18
Browse files Browse the repository at this point in the history
This starts testing node18 in the testing matrix.
  • Loading branch information
darinspivey committed Apr 21, 2023
1 parent ab52114 commit efd6a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
axes {
axis {
name 'NODE_VERSION'
values '14', '16', '17'
values '14', '16', '18'
}
}

Expand Down Expand Up @@ -102,7 +102,7 @@ pipeline {

agent {
docker {
image "us.gcr.io/logdna-k8s/node:17-ci"
image "us.gcr.io/logdna-k8s/node:18-ci"
customWorkspace "${PROJECT_NAME}-${BUILD_NUMBER}"
label 'ec2-fleet'
}
Expand Down Expand Up @@ -131,7 +131,7 @@ pipeline {

agent {
docker {
image "us.gcr.io/logdna-k8s/node:17-ci"
image "us.gcr.io/logdna-k8s/node:18-ci"
customWorkspace "${PROJECT_NAME}-${BUILD_NUMBER}"
label 'ec2-fleet'
}
Expand Down

0 comments on commit efd6a44

Please sign in to comment.