diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index a7245d99..e7c26c60 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: [20, 22, 24] # Maintenance, Active LTS & Current + node-version: [22, 24, 26] # Maintenance, Active LTS & Current fail-fast: false services: postgres: diff --git a/package-lock.json b/package-lock.json index 88f6c309..36c933a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "sinon": "^21.0.0" }, "engines": { - "node": ">=20" + "node": ">=22" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index b351c761..47e12988 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "IBM Corp. and LoopBack contributors", "repository": "github:loopbackio/loopback-connector-postgresql", "engines": { - "node": ">=20" + "node": ">=22" }, "scripts": { "pretest": "node pretest.js",