This is an automated email from the ASF dual-hosted git repository. alba pushed a commit to branch node-sqlite-adapter in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit e21c9878a6b6fadfcc4d6cfdb55c92af4a63444d Author: Alba Herrerias <[email protected]> AuthorDate: Tue Mar 31 15:48:14 2026 +0100 ci: remove node.js 20 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9c09fba1..2600827e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: fail-fast: false matrix: couchdb: ['2.3', '3.1'] - node: [20, 22] + node: [22] cmd: - npm test - TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test @@ -187,7 +187,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22] + node: [22] adapter: ['leveldb', 'memory', 'nodesqlite'] cmd: - npm test @@ -295,7 +295,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22] + node: [22] cmd: - CLIENT=firefox npm run test-webpack - AUTO_COMPACTION=true npm test @@ -344,7 +344,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22] + node: [22] cmd: - TYPE=performance npm test runs-on: ubuntu-latest
