Skip to content

Commit 274bb45

Browse files
authored
target lowest napi (#14)
* target lowest napi Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> --------- Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 304edc1 commit 274bb45

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- x64
2929
node:
3030
- 20
31-
- 24
3231
include:
3332
- os: macos-latest
3433
node: 20
@@ -42,18 +41,6 @@ jobs:
4241
node: 20
4342
host: arm64
4443
target: arm64
45-
- os: macos-latest
46-
node: 24
47-
host: arm64
48-
target: arm64
49-
- os: ubuntu-22.04-arm
50-
node: 24
51-
host: arm64
52-
target: arm64
53-
- os: windows-11-arm
54-
node: 24
55-
host: arm64
56-
target: arm64
5744

5845
name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
5946
steps:
@@ -131,16 +118,10 @@ jobs:
131118
variant:
132119
- alpine3.20
133120
include:
134-
- target: linux/arm64
135-
variant: alpine3.21
136-
node: 22
137121
# musl x64 builds
138122
- target: linux/amd64
139123
variant: alpine3.20
140124
node: 20
141-
- target: linux/amd64
142-
variant: alpine3.21
143-
node: 22
144125
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
145126
steps:
146127
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@appthreat/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings. Modern rewrite of TryGhost/node-sqlite3",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"homepage": "https://github.com/AppThreat/node-sqlite3",
66
"author": "Team AppThreat <cloud@appthreat.com>",
77
"binary": {

0 commit comments

Comments
 (0)