From f26f8866eae6c24744adee2c22ee061f0ede1237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:10:36 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/master_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_deploy.yml b/.github/workflows/master_deploy.yml index 895ea57..033c4b9 100644 --- a/.github/workflows/master_deploy.yml +++ b/.github/workflows/master_deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '24.x' cache: 'npm' - name: Install dependencies