From 96ff1bebeff7392799a55eef8ace3cd5b031f3e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:56:00 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.13.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 215408e..b8f5f05 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 24.13.0 registry-url: 'https://registry.npmjs.org' cache: 'pnpm' - name: Configure Git credentials