From 9032a5344cab311a857778e4da958d23b9817f64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:35:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ed543f..c5677d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: "pnpm" - name: 📦 Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c41815..f45a8e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npx changelogithub env: