Skip to content

Commit 4a55e5f

Browse files
committed
Reduce test targets for CI efficiency
1 parent 8a6ab4a commit 4a55e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 2
1919
matrix:
20-
node-version: [10.x, 12.x, 14.x, 16.x]
20+
node-version: [14.x]
2121
cassandra-version: [3.11.4]
22-
test-target: [sqlite, cassandra]
22+
test-target: [cassandra]
2323
test-mode: [fs]
2424
# test-mode: [fs, fefs, febe] - fefs and febe are not used in prod and likely never will be
2525

0 commit comments

Comments
 (0)