From f7ca98c15e0509d10058fc626f8c8247bffd3a3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 02:04:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 633bb92 --- .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 394d6b4..1eebdfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 name: Install pnpm - name: Install Node.js - uses: actions/setup-node@dda4788290998366da86b6a4f497909644397bb2 + uses: actions/setup-node@633bb92bc0aabcae06e8ea93b85aecddd374c402 with: node-version: 24 cache: 'pnpm'