From 559b7ebc3cd6bb93e4d9c92bb9e8b6f780b5a86e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:09:12 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a42872..8593e9a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "22" - name: Setup PNPM uses: pnpm/action-setup@master with: