From b0ea12b4728ebf801f1e0e85e2b6ee6d7e62b6cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:54:29 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/deploy.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50d312c0..e0ec0fd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: "pnpm" registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f1115795..63804ff7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: "pnpm" - name: Install dependencies