From fd9a1e4e2213d89c35ad95078b2b8bc4da5b97f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 05:12:44 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.21.0 --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 0754ba4cbd2b5..e71bd1ef377de 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -10,7 +10,7 @@ runs: - name: Setup Node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22.20.0 + node-version: 22.21.0 cache: pnpm - name: Install dependencies