Skip to content
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bfc6bb7
update ci workflow node environments
Jun 17, 2023
69dd37b
Merge branch 'master' into update-node-test-environment
SourceR85 Jun 21, 2023
12a4567
Merge branch 'update-node-test-environment' of https://github.com/Sou…
Jul 24, 2023
60c4ac7
chore: reduce quotation noise in PR
Jul 24, 2023
e148508
Merge branch 'master' into update-node-test-environment
SourceR85 Jul 26, 2023
e016a9e
Merge branch 'master' into update-node-test-environment
alxndrsn Oct 9, 2023
ff21fc1
Merge branch 'master' into update-node-test-environment
SourceR85 Oct 12, 2023
acd8cc7
Merge branch 'master' into update-node-test-environment
SourceR85 Oct 13, 2023
8ee7567
Merge branch 'pouchdb:master' into update-node-test-environment
SourceR85 Jan 23, 2024
b68fd20
Merge branch 'master' into update-node-test-environment
SourceR85 Jan 30, 2024
b97e01d
Merge branch 'master' into update-node-test-environment
SourceR85 Feb 22, 2024
d7705de
add missing description fields to be GH action schema compliant
Feb 22, 2024
1e077f6
update ci to cover active and lts versions of Node.js
Feb 22, 2024
5d50ee7
more comments, even if the code is obvious
Feb 22, 2024
f4a8460
revert couchdb-version description
Feb 22, 2024
ba6b048
revert comments in ci
Feb 22, 2024
666e65f
remove node 21
Feb 23, 2024
6e0903e
Merge branch 'master' into update-node-test-environment
SourceR85 Feb 23, 2024
25cbdf7
force CI run
Feb 23, 2024
a2807aa
update test.changes.js
Feb 23, 2024
572d9bf
replace arrow function
Feb 23, 2024
fcb3cd2
use once instead of on
Feb 23, 2024
075adaf
fix: assert in event handler emitts outside test context
Feb 23, 2024
c45459d
Revert changes in test.changes.js
Feb 26, 2024
3d716ea
Merge branch 'master' into update-node-test-environment
Mar 4, 2024
c440209
Merge branch 'pouchdb:master' into update-node-test-environment
SourceR85 Mar 5, 2024
ecaac0f
Merge branch 'pouchdb:master' into update-node-test-environment
SourceR85 Mar 24, 2024
d2f240e
Merge branch 'master' into update-node-test-environment
Apr 29, 2024
4efff3c
Merge branch 'pouchdb:master' into update-node-test-environment
SourceR85 May 2, 2024
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: 20
TEST_HOST: localhost

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