From 11a83dc9ced8f89a791c9fa3f23e7de8ecbaaa29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 14:30:56 +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 4799ccf..6bae78a 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -12,7 +12,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