Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
branches: [master]

env:
NODE_VERSION: 14
NODE_VERSION: 16
TEST_HOST: localhost

jobs:
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
couchdb: ['2.3', '3.1']
node: [14, 16]
node: [16]
cmd:
- npm test
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [16]
adapter: ['leveldb', 'memory']
cmd:
- npm test
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [16]
cmd:
- CLIENT=firefox npm run test-webpack
- AUTO_COMPACTION=true npm test
Expand Down