Skip to content

Commit 6e158b7

Browse files
authored
Try napi10 build again (#6)
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent a229cd9 commit 6e158b7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
- target: linux/amd64
158158
variant: alpine3.20
159159
node: 20
160+
- target: linux/amd64
161+
variant: alpine3.21
162+
node: 22
160163
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
161164
steps:
162165
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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. Forked from TryGhost/node-sqlite3",
4-
"version": "6.0.4",
4+
"version": "6.0.5",
55
"homepage": "https://github.com/AppThreat/node-sqlite3",
66
"author": "Team AppThreat <cloud@appthreat.com>",
77
"binary": {

0 commit comments

Comments
 (0)