From e4fd38835ce0d9637751fdc1128bad7be09fe47b Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 1 Oct 2025 10:57:24 +0100 Subject: [PATCH 1/2] chore(deps): add 24.9.0 remove 24.8.0 (jobs.test-node.strategy.matrix.node-version) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf98d2b..0f0769a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: node-version: - 22.20.0 - - 24.8.0 + - 24.9.0 steps: - name: checkout uses: actions/checkout@v5.0.0 From 37a4c5c5dbaed40b33c6aab56694d8c96624b874 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 1 Oct 2025 11:18:24 +0100 Subject: [PATCH 2/2] chore(deps): add 24.9.0 remove 24.8.0 (jobs.test-node.strategy.matrix.node-version)