We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c587a6 commit 7d71f44Copy full SHA for 7d71f44
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
branches: [master]
15
16
env:
17
- NODE_VERSION: 14
+ NODE_VERSION: 20
18
TEST_HOST: localhost
19
20
permissions:
@@ -56,7 +56,7 @@ jobs:
56
fail-fast: false
57
matrix:
58
couchdb: ['2.3', '3.1']
59
- node: [14, 16]
+ node: [18, 20]
60
cmd:
61
- npm test
62
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -145,7 +145,7 @@ jobs:
145
strategy:
146
147
148
149
adapter: ['leveldb', 'memory']
150
151
@@ -224,7 +224,7 @@ jobs:
224
225
226
227
228
229
- CLIENT=firefox npm run test-webpack
230
- AUTO_COMPACTION=true npm test
0 commit comments