We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6ab4a commit 4a55e5fCopy full SHA for 4a55e5f
.github/workflows/nodejs.yml
@@ -17,9 +17,9 @@ jobs:
17
fail-fast: false
18
max-parallel: 2
19
matrix:
20
- node-version: [10.x, 12.x, 14.x, 16.x]
+ node-version: [14.x]
21
cassandra-version: [3.11.4]
22
- test-target: [sqlite, cassandra]
+ test-target: [cassandra]
23
test-mode: [fs]
24
# test-mode: [fs, fefs, febe] - fefs and febe are not used in prod and likely never will be
25
0 commit comments