From ac25ca001158c33ef3748b4e591593e18e9ad8b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 16:21:41 +0000 Subject: [PATCH] Update from template: X0000-dropNode20 --- .github/workflows/test-and-release.yml | 2 +- README.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index e402bcb0..c9eda404 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -61,7 +61,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [22.x, 24.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/README.md b/README.md index 9e75bcc3..33c0e1a1 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,9 @@ If activated so by every command (no matter if the request came via state or sen --> ## Changelog +### **WORK IN PROGRESS** +- (copilot) Adapter requires node.js >= 22 now + ### 4.0.0 (2025-11-03) * (bluefox) GUI was updated to vite * (bluefox) Minimal nodejs version is 20.x diff --git a/package.json b/package.json index ab7bf408..e1a5c682 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "text2command" ], "engines": { - "node": ">=20" + "node": ">=22" }, "repository": { "type": "git",