We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f39bd2 commit 5f59f24Copy full SHA for 5f59f24
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
fail-fast: false
40
matrix:
41
couchdb: ['2.3', '3.1']
42
- node: [14]
+ node: [14, 16]
43
cmd:
44
- npm test
45
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -123,7 +123,7 @@ jobs:
123
strategy:
124
125
126
127
adapter: ['leveldb', 'memory']
128
129
@@ -244,7 +244,7 @@ jobs:
244
245
246
247
248
249
- CLIENT=selenium:firefox npm run test-webpack
250
- AUTO_COMPACTION=true npm test
0 commit comments