Skip to content

Commit

Permalink
fix sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
livetocode committed Sep 22, 2024
1 parent 4b3b579 commit 2e29a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
- run: sudo apt update
- run: sudo apt install sqlite3
- run: sudo apt install sqlite3=3.43.2
- run: sqlite3 --version
- run: npm ci
- run: npm test
Expand Down

0 comments on commit 2e29a6c

Please sign in to comment.