From 4d1c12a4a9ac8c91e1d4bc0b0f58485e93129324 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 15:36:00 +0100 Subject: [PATCH] f --- .github/workflows/CI.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fe4bb99f..553dedf0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,14 +12,9 @@ jobs: strategy: matrix: fail-fast: false - node-version: - # Do not support --experimental-require-module - # Commented until we have a solution to run tests without it - - 14 - - 16 - - 18 - - 20 - - 22 + # Do not support --experimental-require-module + # Commented until we have a solution to run tests without it + node-version: [14, 16, 18, 20, 22] steps: - uses: actions/checkout@v4