⬆️ (yarn) upgrade to v4 and better-sqlite3 to v9.1.1 (#1902)

This commit is contained in:
Matiss Janis Aboltins
2023-11-14 08:34:12 +00:00
committed by GitHub
parent a3995582c4
commit 08c80b6f58
11 changed files with 7074 additions and 7486 deletions

View File

@@ -28,6 +28,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- if: ${{ startsWith(matrix.os, 'windows') }}
run: pip.exe install setuptools
- if: ${{ ! startsWith(matrix.os, 'windows') }}
run: python3 -m pip install setuptools
- name: Set up environment
uses: ./.github/actions/setup
- name: Build Electron