Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci)!: drop node 18 #9036

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
Prev Previous commit
chore: revert adding node v22
  • Loading branch information
Steven John Lange committed Jan 8, 2025
commit 95165d443563ebeb8ddab79b0629b808230436c8
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false
matrix:
couchdb: ['2.3', '3.1']
node: [20, 22]
node: [20]
cmd:
- npm test
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20, 22]
node: [20]
adapter: ['leveldb', 'memory']
cmd:
- npm test
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20, 22]
node: [20]
cmd:
- CLIENT=firefox npm run test-webpack
- AUTO_COMPACTION=true npm test
Expand Down
Loading