Skip to content

Commit 166e537

Browse files
Add SQLite backend using node:sqlite (#19)
Co-authored-by: James Martinez <jamescmartinez@gmail.com>
1 parent 625f91f commit 166e537

10 files changed

Lines changed: 1717 additions & 145 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
- uses: actions/setup-node@v6
2929
with:
30-
node-version: 20 # EOL: Apr 30, 2026
30+
node-version: 22 # previous LTS (24 becomes previous on Oct 20, 2026 - https://endoflife.date/nodejs)
3131
- run: npm ci
3232
- run: npm run format
3333
- run: npm run lint

0 commit comments

Comments
 (0)