diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba3aef..f5643fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Install dependencies run: npm install - name: Run linter