diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca41283..b6bc45c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [22] + node-version: [22, 24] steps: - name: Checkout code @@ -49,7 +49,7 @@ jobs: lint: strategy: matrix: - node-version: [22] + node-version: [22, 24] name: Code checks on node v${{ matrix.node-version }} runs-on: ubuntu-latest