Skip to content

Commit 52aea9c

Browse files
committed
chore: remove Node.js 18 and mongodb driver 4.4 support
BREAKING CHANGES: remove Node.js 18 and mongodb driver 4.4 support as they reached EOL. Signed-off-by: dhmlau <[email protected]>
1 parent c93e9b3 commit 52aea9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
node-version: [18, 20, 22]
24+
node-version: [20, 22, 24]
2525
mongodb-version:
26-
- '4.4'
2726
- '5.0'
2827
- '6.0'
2928
- '7.0'

0 commit comments

Comments
 (0)