From 72d11a3c46601dd13979b8473c334ea11b1abd4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:45:52 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.4 --- .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..a5f4041175 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: 20.19.4 registry-url: https://registry.npmjs.org - name: Install dependencies