From 1274dc0fd7faf47c18d7bac68c65ad787a54ce66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:41:29 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a42872..1f2964b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "24" - name: Setup PNPM uses: pnpm/action-setup@master with: