diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1466bc..398a264 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm run lint