From b77fc447ff8bf687dff2b5ff75a58f98062764bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:56:03 +0000 Subject: [PATCH] chore(deps): Update dependency node to v24 --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index df8bdc4..541f092 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v5 with: - node-version: '22.x' + node-version: '24.x' cache: 'pnpm' - name: Install dependencies run: pnpm install