Skip to content

Commit

Permalink
fix sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
livetocode committed Sep 22, 2024
1 parent dd04c40 commit e2d0a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: setup-sqlite-action
uses: ryohidaka/action-setup-sqlite@v1.1.0
with:
version: 3.46.1
version: 3.43.2
- run: sqlite3 --version
- run: npm ci
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup-sqlite-action
uses: ryohidaka/action-setup-sqlite@v1.1.0
with:
version: 3.46.1
version: 3.43.2
- run: npm ci
- run: npm run compile
- run: npm publish --access=public
Expand Down

0 comments on commit e2d0a9a

Please sign in to comment.