From 8299b700ce2a22b68e0b2ed22f41da7c971add5d Mon Sep 17 00:00:00 2001 From: Paul Aderoju Date: Wed, 9 Sep 2026 16:59:34 +0100 Subject: [PATCH] ci: update Node.js test matrix from 18/20 to 20/22 Node 18 reached EOL in April 2025. Node 22 is the current LTS and already used by the release job. Aligns the test matrix with the release environment. --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index ff7f39b0..6a002ccc 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '18', '20' ] + node: [ '20', '22' ] steps: - uses: actions/checkout@v6