From 34109cfa69bff794afb2d262713fc9a855d8e3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:02:30 +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 1d9c06a..84997a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: setup node 🟢 uses: actions/setup-node@v4 with: - node-version: "20.19.5" + node-version: "24.11.1" - name: install dependencies 🔧 run: npm install - name: build ✅