From daa9741bd3273b529aa1c3a039d42634d4ac8999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 05:12:03 +0000 Subject: [PATCH] chore: update dependency node to v24.21.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0888a7155..f0dbb50f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.19.0 # LTS + node-version: 24.21.0 # LTS - name: Install Dependencies run: npm ci --ignore-scripts - name: Check Code Lint