From dcbeb1e30695b4621ad38f9d7f5d2eba8634622d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:13:06 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.22.3 --- .github/workflows/test-deploy.yaml | 2 +- .github/workflows/test-plan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index dbdd89a..a327030 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 22.22.3 cache: pnpm cache-dependency-path: tests/deploy/pnpm-lock.yaml diff --git a/.github/workflows/test-plan.yaml b/.github/workflows/test-plan.yaml index c5f3b72..aac54a9 100644 --- a/.github/workflows/test-plan.yaml +++ b/.github/workflows/test-plan.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 22.22.3 cache: pnpm cache-dependency-path: tests/deploy/pnpm-lock.yaml