From 9c47ce3ab08de97c5931a78f7556de113634a46f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:44:05 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2942e0d..1804abd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 24 architecture: x64 - name: Setup pnpm @@ -69,7 +69,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