From 086e0b1ee115902f22a79ca596c2d2ed63a994df Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 15 Aug 2025 12:29:49 +0100 Subject: [PATCH] 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 91a345f..d5eb7a2 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