From 2089f72a3c66405077178d493a672ac89c927094 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 15:36:54 +0100 Subject: [PATCH] f --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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