diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6850aa3d..3a208ee5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,15 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x] + node-version: [ + # Do not support --experimental-require-module + # Commented until we have a solution to run tests without it + # 14.x, + # 16.x, + # 18.x, + # 20.x, + 22.x, + ] steps: - uses: actions/checkout@v4