From a4f6c89febfe6010a2e36b28598f35a1f8c47b4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:31:32 +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 4698a50..2a9a573 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "24.x" - name: NPM install run: npm install - name: Release 🎉