From cfe0c6f4b0c05dcb352aa4523de05891fb111b77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:12:07 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/format-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index 6227c28d..75eb43d0 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Install system tools run: |