From 62b8ea1ace3d833f0778f5df70754110bf796799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:13:47 +0000 Subject: [PATCH] chore(deps): Update dependency node to v22.21.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/code-quality.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security-audit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 967bb90..cd65247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.0 + node-version: 22.21.1 cache: "pnpm" - name: Install frontend dependencies diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 74c8f21..1e380e3 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -75,7 +75,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.21.0 + node-version: 22.21.1 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cde14f..65c9b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.21.0 + node-version: 22.21.1 cache: pnpm - name: Install Rust toolchain diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 73b0191..7c844ad 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: "22.21.0" + node-version: "22.21.1" cache: "pnpm" - name: Install dependencies