From 4068afae843aa70459620e34e46d2338d298275a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:48:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to d02c89d --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706e4bd..74a3a94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c name: Install pnpm - name: Install Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + uses: actions/setup-node@d02c89dce7e1ba9ef629ce0680989b3a1cc72edb with: node-version: 24 cache: 'pnpm'