Skip to content

Commit a8aebad

Browse files
authored
CI: add Node 24
Add Node 24 to version matrix, as it is the "current" and upcoming LTS version.
1 parent 4d93843 commit a8aebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
node: [16, 18, 20, 22]
42+
node: [16, 18, 20, 22, 24]
4343
os: [ubuntu-22.04, ubuntu-24.04]
4444
mongodb: [6.0.15, 7.0.12, 8.0.0]
4545
include:

0 commit comments

Comments
 (0)