From fb2d8dea770aba86a5154d5d59034555cf968c11 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 15 Aug 2025 12:11:10 +0100 Subject: [PATCH 1/2] chore(deps): add 24.6.0 remove 24.5.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 91a345fc..d5eb7a2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: node-version: - 22.18.0 - - 24.5.0 + - 24.6.0 steps: - name: checkout uses: actions/checkout@v5.0.0 From 590f64b19d2a33188aadf65b39f01930d00b68a6 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 15 Aug 2025 12:29:35 +0100 Subject: [PATCH 2/2] chore(deps): add 24.6.0 remove 24.5.0 (jobs.test-node.strategy.matrix.node-version)