We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c665a commit e395419Copy full SHA for e395419
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
fail-fast: false
70
matrix:
71
couchdb: ['2.3', '3.1']
72
- node: [18, 20]
+ node: [20]
73
cmd:
74
- npm test
75
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -158,7 +158,7 @@ jobs:
158
strategy:
159
160
161
162
adapter: ['leveldb', 'memory']
163
164
@@ -237,7 +237,7 @@ jobs:
237
238
239
240
241
242
- CLIENT=firefox npm run test-webpack
243
- AUTO_COMPACTION=true npm test
0 commit comments