Skip to content

Commit 179599b

Browse files
committed
v6.0.0
1 parent 0f18bf8 commit 179599b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- 20
3131
- 22
3232
- 24
33+
exclude:
34+
# Node 20 x64 crashes under Rosetta 2 on ARM64 macOS runners
35+
- os: macos-latest
36+
node: 20
37+
host: x64
3338
include:
3439
- os: macos-latest
3540
node: 20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "5.1.7",
4+
"version": "6.0.0",
55
"homepage": "https://github.com/TryGhost/node-sqlite3",
66
"author": {
77
"name": "Mapbox",

0 commit comments

Comments
 (0)