From 0ac0ca833f2217009015400ed29ac955f8d9c002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 05:55:47 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/update-prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index c9710ecc1..a4652e48a 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 16 + node-version: 22 - run: npm ci - run: npm run lint:fix - uses: gr2m/create-or-update-pull-request-action@v1.x