From f2ab6c5ccd5a1d92faf7ff7c1f6963ecb5b4990c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 05:46:18 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .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 4f7bf1c..7c22680 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4.3.1 - uses: actions/setup-node@v4.4.0 with: - node-version: '14.21.3' + node-version: '24.11.1' - name: use yarn and Test the App run: | yarn install