From 379d89f61d71be47405ee7924a16dd30839bbddd Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 15 Jan 2026 12:26:21 +0100 Subject: [PATCH] chore(ci): add Node.js v22-25 to CI test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 38870574..9c3ccd15 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - version: [14, 16, 18, 20] + version: [14, 16, 18, 20, 22, 24, 25] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4