diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab94ef..9ecc46e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npm run lint if: matrix.os == 'ubuntu-latest'