diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 553dedf0..62f30e54 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,10 +11,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - fail-fast: false + # fail-fast: false # Do not support --experimental-require-module # Commented until we have a solution to run tests without it - node-version: [14, 16, 18, 20, 22] + # node-version: [14, 16, 18, 20, 22] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4