Skip to content

Commit afe9a2d

Browse files
NODEJS-692: Add Node.js v24 to CI (#441)
1 parent 9329d84 commit afe9a2d

3 files changed

Lines changed: 157 additions & 158 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def initializeEnvironment() {
5-
def nodeVersions = ['18': '18.20.4', '20': '20.17.0', '22': '22.8.0']
5+
def nodeVersions = ['20': '20.17.0', '22': '22.8.0', '24': '24.0.0']
66
env.DRIVER_DISPLAY_NAME = 'Cassandra Node.js Driver'
77
env.DRIVER_METRIC_TYPE = 'oss'
88
if (env.GIT_URL.contains('riptano/nodejs-driver')) {
@@ -261,7 +261,7 @@ pipeline {
261261
</table>''')
262262
choice(
263263
name: 'ADHOC_BUILD_AND_EXECUTE_TESTS_NODEJS_VERSION',
264-
choices: ['18', '20', '22', 'ALL'],
264+
choices: ['20', '22', '24', 'ALL'],
265265
description: 'Node.js version to use for adhoc <b>BUILD-AND-EXECUTE-TESTS</b> <strong>ONLY!</strong>')
266266
choice(
267267
name: 'ADHOC_BUILD_AND_EXECUTE_TESTS_SERVER_VERSION',
@@ -360,7 +360,7 @@ pipeline {
360360
}
361361
axis {
362362
name 'NODEJS_VERSION'
363-
values '18', '20', '22'
363+
values '20', '22', '24'
364364
}
365365
}
366366

@@ -445,7 +445,7 @@ pipeline {
445445
}
446446
axis {
447447
name 'NODEJS_VERSION'
448-
values '18', '20', '22'
448+
values '20', '22', '24'
449449
}
450450
}
451451

@@ -523,7 +523,7 @@ pipeline {
523523
}
524524
axis {
525525
name 'NODEJS_VERSION'
526-
values '18', '20', '22'
526+
values '20', '22', '24'
527527
}
528528
}
529529
when {

0 commit comments

Comments
 (0)