From 93581047a81eb0c6e81b52a2f84fe323bac4bbcd Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 15 Aug 2025 12:25:37 +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 44a94aef..0ea93f62 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