From b2321f1939e8811e4d9ac8fcf232afc0d9d31d48 Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Tue, 23 Jun 2026 20:55:15 +0200 Subject: [PATCH] feat!: remove Node 20 support, add Node 26 to CI --- .github/workflows/nodejs-ci-action.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index a07fada..3058ff2 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [22.x, 24.x, 26.x] steps: - uses: actions/checkout@v6 diff --git a/README.md b/README.md index 540e97d..15c9ca1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Prerequisites -- Node.js - version 22.x or greater +- Node.js - version 22.x, 24.x, or 26.x ## Install