From e1b62bbbc5a32a1c0fd5227fc605823fad955110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:55:19 +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 f4b3988..29e3290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '22' - name: General run: |