diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 49a22dea..ebe28c6f 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - node-version: [18, 20, 22] # Maintenance, Active LTS & Current + node-version: [20, 22, 24] # Maintenance, Active LTS & Current fail-fast: false services: postgres: diff --git a/package.json b/package.json index 473cfd65..5f758d41 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ ], "license": "Artistic-2.0", "main": "index.js", - "author": "IBM Corp.", + "author": "IBM Corp. and LoopBack contributors", "repository": "github:loopbackio/loopback-connector-postgresql", "engines": { - "node": "18 || 20 || 22" + "node": ">=20" }, "scripts": { "pretest": "node pretest.js",