From 54b3db0fff9049d8254f1fb45e08973513d94950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:34:29 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script.yml b/.github/workflows/script.yml index 857a8fc..97cb232 100644 --- a/.github/workflows/script.yml +++ b/.github/workflows/script.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '22' # You can specify your Node.js version here + node-version: '24' # You can specify your Node.js version here - name: Install dependencies run: npm install