From 94add8f90a571d24bec6a36b0c837314d9856a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:08:17 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.0 --- .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..6a5c92640e 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.0 registry-url: https://registry.npmjs.org - name: Install dependencies