We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f18bf8 commit 179599bCopy full SHA for 179599b
.github/workflows/ci.yml
@@ -30,6 +30,11 @@ jobs:
30
- 20
31
- 22
32
- 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
38
include:
39
- os: macos-latest
40
node: 20
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sqlite3",
3
"description": "Asynchronous, non-blocking SQLite3 bindings",
4
- "version": "5.1.7",
+ "version": "6.0.0",
5
"homepage": "https://github.com/TryGhost/node-sqlite3",
6
"author": {
7
"name": "Mapbox",
0 commit comments