From 92669d6966eb3d44fc61573452c843c9bbbff894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:40:46 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1e8f5c1de..98ecb2fb4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20.18.2 + node-version: 22.20.0 registry-url: https://registry.npmjs.org - name: Install dependencies