Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- x64
node:
- 20
- 24
include:
- os: macos-latest
node: 20
Expand All @@ -42,18 +41,6 @@ jobs:
node: 20
host: arm64
target: arm64
- os: macos-latest
node: 24
host: arm64
target: arm64
- os: ubuntu-22.04-arm
node: 24
host: arm64
target: arm64
- os: windows-11-arm
node: 24
host: arm64
target: arm64

name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
steps:
Expand Down Expand Up @@ -131,16 +118,10 @@ jobs:
variant:
- alpine3.20
include:
- target: linux/arm64
variant: alpine3.21
node: 22
# musl x64 builds
- target: linux/amd64
variant: alpine3.20
node: 20
- target: linux/amd64
variant: alpine3.21
node: 22
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@appthreat/sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings. Modern rewrite of TryGhost/node-sqlite3",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://github.com/AppThreat/node-sqlite3",
"author": "Team AppThreat <cloud@appthreat.com>",
"binary": {
Expand Down