Skip to content

Commit f8137ec

Browse files
committed
ci: add testing with node 16, drop testing with node 15
1 parent e9b9664 commit f8137ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ pipeline {
5555
buildWithGitHubNotification('14')
5656
}
5757
}
58-
stage('Test - Node.js v15') {
58+
stage('Test - Node.js v16') {
5959
agent { label 'linux && immutable' }
6060
options { skipDefaultCheckout() }
6161
steps {
62-
buildWithGitHubNotification('15')
62+
buildWithGitHubNotification('16')
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)