We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a229cd9 commit 6e158b7Copy full SHA for 6e158b7
2 files changed
.github/workflows/ci.yml
@@ -157,6 +157,9 @@ jobs:
157
- target: linux/amd64
158
variant: alpine3.20
159
node: 20
160
+ - target: linux/amd64
161
+ variant: alpine3.21
162
+ node: 22
163
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
164
steps:
165
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@appthreat/sqlite3",
3
"description": "Asynchronous, non-blocking SQLite3 bindings. Forked from TryGhost/node-sqlite3",
4
- "version": "6.0.4",
+ "version": "6.0.5",
5
"homepage": "https://github.com/AppThreat/node-sqlite3",
6
"author": "Team AppThreat <cloud@appthreat.com>",
7
"binary": {
0 commit comments