From 27a2d6db2adf0ac270e9713eec2172cc985a0a80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:00:48 +0000 Subject: [PATCH] build(github-actions): Bump dependency node to v24.15.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27dbdcb6c..06287c53c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6 with: - node-version: 24.x + node-version: 24.15.0 - name: Install dependencies run: npm install