Skip to content

Commit

Permalink
Bump better-sqlite3 to 7.5 to fix "Could not detect abi" issue on Win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
bengotow committed Feb 28, 2022
1 parent 5ff67fd commit 445546f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ branches:

skip_non_tags: true

image: Visual Studio 2017

init:
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)

install:
- ps: Install-Product node $env:NODE_VERSION
- ps: npm config set msvs_version 2015
- ps: npm config set msvs_version 2017

# Extract the codesigning certs, encrypted private ssh key
- ps: |
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
"@electron/remote": "^2.0.1",
"better-sqlite3": "^7.1.2",
"better-sqlite3": "^7.5.0",
"cheerio": "^1.0.0-rc.6",
"chromium-net-errors": "1.0.3",
"chrono-node": "^1.1.2",
Expand Down

0 comments on commit 445546f

Please sign in to comment.