From 993fc283b7adab6c409549c80d0cb9ff95a26aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:45:48 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/CI.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 28d061b..56bfbcd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -356,7 +356,7 @@ jobs: version: latest - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 registry-url: 'https://registry.npmjs.org' cache: pnpm - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7279aef..55769bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install