From e526ad16b52fec12d768d7c98920eaf42cd7a5be Mon Sep 17 00:00:00 2001 From: Yiannis Giannelos Date: Mon, 4 Dec 2023 12:52:21 +0100 Subject: [PATCH] Reduce test targets for CI efficiency --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9d169e64..3d51cf27 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,9 +17,9 @@ jobs: fail-fast: false max-parallel: 2 matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x] cassandra-version: [3.11.4] - test-target: [sqlite, cassandra] + test-target: [cassandra] test-mode: [fs] # test-mode: [fs, fefs, febe] - fefs and febe are not used in prod and likely never will be