Skip to content

Commit e582cd8

Browse files
committed
chore: drop Node.js 18 support
BREAKING CHANGE: drop Node.js 18 support Signed-off-by: dhmlau <[email protected]>
1 parent c551095 commit e582cd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
strategy:
1414
matrix:
15-
node-version: [18, 20, 22] # Maintenance, Active LTS & Current
15+
node-version: [20, 22, 24] # Maintenance, Active LTS & Current
1616
fail-fast: false
1717
services:
1818
postgres:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"license": "Artistic-2.0",
1212
"main": "index.js",
13-
"author": "IBM Corp.",
13+
"author": "IBM Corp. and LoopBack contributors",
1414
"repository": "github:loopbackio/loopback-connector-postgresql",
1515
"engines": {
16-
"node": "18 || 20 || 22"
16+
"node": ">=20"
1717
},
1818
"scripts": {
1919
"pretest": "node pretest.js",

0 commit comments

Comments
 (0)