From c1e7e533923a36dc66dfdbdfac8109e5747dc4b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:15:04 +0000 Subject: [PATCH] chore(deps): Update dependency node to v24.13.0 --- .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 1bffba7..8e07261 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: 24.12.0 + node-version: 24.13.0 cache: "pnpm" - name: Install frontend dependencies diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index d23a78f..aa328d9 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: 24.12.0 + node-version: 24.13.0 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c9cbfe..7dcc92a 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: 24.12.0 + node-version: 24.13.0 cache: pnpm - name: Install Rust toolchain diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 60b0be1..9c0b04b 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: "24.12.0" + node-version: "24.13.0" cache: "pnpm" - name: Install dependencies