Upgrade Electron to 28.1.5

Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2024-01-23 16:11:12 -08:00
committed by GitHub
parent d97aa68716
commit 2bc0e4755c
24 changed files with 421 additions and 296 deletions

View File

@@ -28,9 +28,9 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '18.17.1'
node-version: '18.18.2'
- name: Install global dependencies
run: npm install -g yarn@1.22.10
run: npm install -g yarn@1.22.10 npm@10.2.5
- name: Install xvfb
run: sudo apt-get install xvfb