Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
livetocode committed Sep 22, 2024
1 parent 0292e44 commit 2772062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-sqlite@v1.0.1
- name: Setup SQLite environment
uses: ccorsi/setup-sqlite@v1.0.1
with:
sqlite-version: 3.46.1
sqlite-year: 2024
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: actions/setup-sqlite@v1.0.1
- name: Setup SQLite environment
uses: ccorsi/setup-sqlite@v1.0.1
with:
sqlite-version: 3.46.1
sqlite-year: 2024
Expand Down

0 comments on commit 2772062

Please sign in to comment.