Skip to content
Closed
Changes from 1 commit
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
SELENIUM_HUB_HOST: hub
TEST_HOST: localhost

Expand All @@ -39,7 +39,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 @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [16]
adapter: ['leveldb', 'memory']
cmd:
- npm test
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [16]
cmd:
- CLIENT=selenium:firefox npm run test-webpack
- AUTO_COMPACTION=true npm test
Expand Down