fix: install sqlite3 for build workflow

This commit is contained in:
CyberL1
2026-01-10 15:59:56 +01:00
parent 1b7c882852
commit 8689e0b81c

View File

@@ -23,5 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install --no-save sqlite3 --force
- run: npm run build --if-present
- run: npm run test --if-present