From 0b0ee289a37ec070d8f7ec6e770203563f02289b Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 13:19:08 +0100 Subject: [PATCH] f --- .github/workflows/CI.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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