From 74a250a96d1efa6f1cb059548ff9b1fdc0e78025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:15:32 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b95950c..0fa7143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: '18' + node-version: '24.21.0' cache: pnpm - name: Install dependencies @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - run: nci @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - run: nci diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 005eae6..2dbba25 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 24.21.0 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5632de6..e1dbaf6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: '18' + node-version: '24.21.0' registry-url: https://registry.npmjs.org/ - run: npm i -g pnpm @antfu/ni - run: nci