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