mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-18 15:35:38 +00:00
fix: install sqlite3 for build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user