diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ccba3ef..f881707 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 22 + node-version: 24 - name: Install Node.js dependencies run: npm ci