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
The following commit(s) were added to refs/heads/node-sqlite-adapter by this
push:
new e22995a52 test: nodesqlite with node 22
e22995a52 is described below
commit e22995a5261cb9c6598bf139c6b835979fded9b6
Author: Alba Herrerias <[email protected]>
AuthorDate: Wed Apr 1 15:20:15 2026 +0100
test: nodesqlite with node 22
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c0862d0c5..2f4583e56 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -373,7 +373,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [24]
+ node: [22]
adapter: ['nodesqlite']
cmd:
- npm test