Skip to content

Commit 8ce8aef

Browse files
committed
chore: drop Node.js 20 support
BREAKING CHANGES: drop Node.js 20 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent dd2a8e4 commit 8ce8aef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
node-version: [20, 22, 24]
24+
node-version: [22, 24, 26]
2525
mongodb-version:
2626
- '7.0'
2727
- '8.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.0.5",
44
"description": "The official MongoDB connector for the LoopBack framework.",
55
"engines": {
6-
"node": "20 || 22 || 24"
6+
"node": "22 || 24 || 26"
77
},
88
"author": "IBM Corp.",
99
"main": "index.js",

0 commit comments

Comments
 (0)