Skip to content

Commit 93d0f21

Browse files
committed
chore: drop Node.js 20 support
BREAKING CHANGE: drop Node.js 20 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 405780d commit 93d0f21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: [20, 22, 24] # Maintenance, Active LTS & Current
15+
node-version: [22, 24, 26] # Maintenance, Active LTS & Current
1616
fail-fast: false
1717
services:
1818
postgres:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "IBM Corp. and LoopBack contributors",
1414
"repository": "github:loopbackio/loopback-connector-postgresql",
1515
"engines": {
16-
"node": ">=20"
16+
"node": ">=22"
1717
},
1818
"scripts": {
1919
"pretest": "node pretest.js",

0 commit comments

Comments
 (0)