From 9c6d03fcbeb847bd2a29a5c2247f27edb1985090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:46:33 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.13.0 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0aae20edc..1125d26c5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -88,7 +88,7 @@ jobs: - name: Use Node.js 24.11 (LTS) uses: actions/setup-node@v6 with: - node-version: '24.12.0' + node-version: '24.13.0' - run: npm ci - name: Check npm version run: npm --version