From c0a0dcfd377111bf404616556067061e83a4ee4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:41:02 +0000 Subject: [PATCH] Update dependency node to v24 --- .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 ce1a0117..7484e116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: sudo apt-get install markdown -y - uses: actions/setup-java@v5.0.0 with: