mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 20:13:11 +08:00
Bump better-sqlite3 to 7.5 to fix "Could not detect abi" issue on Windows
This commit is contained in:
parent
5ff67fdda0
commit
445546f9ed
2 changed files with 4 additions and 2 deletions
|
@ -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: |
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue