From 983b1de7ab80f8a0107c7c902512d8c8f8732acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:39:02 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d98d054..96a62d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v3.9.1 with: - node-version: 16.x + node-version: 24.x cache: pnpm - run: pnpm install @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-node@v3.9.1 with: - node-version: 16.x + node-version: 24.x cache: pnpm - run: pnpm install --no-lockfile @@ -85,7 +85,7 @@ jobs: - uses: actions/setup-node@v3.9.1 with: - node-version: 16.x + node-version: 24.x cache: pnpm - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24f83599..1f494983 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3.6.0 - uses: actions/setup-node@v3.9.1 with: - node-version: 18.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - run: npm publish