Skip to content

Commit

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

0 comments on commit 8c71e05

Please sign in to comment.