From c8d6167a3f3fd8c4565cf045622fb055328a6d9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:40:31 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b3bf113..3288b80 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,5 +13,5 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '24' - uses: pre-commit/action@v3.0.1