From 2374d79e304a30d573799ee6edb166b07bd2fec1 Mon Sep 17 00:00:00 2001 From: dhmlau Date: Tue, 9 Jun 2026 19:26:51 -0400 Subject: [PATCH] chore: drop Node.js 20 support BREAKING CHANGE: drop Node.js 20 support Signed-off-by: dhmlau --- .github/workflows/continuous-integration.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f0acbff..a388741 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,7 +15,7 @@ jobs: name: Test strategy: matrix: - node-version: [20, 22, 24] + node-version: [22, 24, 26] os: [ubuntu-latest] include: - os: macos-latest diff --git a/package.json b/package.json index c7fcf3e..8a4a0bb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "9.0.9", "description": "LoopBack SOAP Web Services Connector", "engines": { - "node": ">=20" + "node": ">=22" }, "main": "index.js", "scripts": {