Update electron to 24.2.0

This commit is contained in:
Fedor Indutny
2023-05-10 12:58:35 -07:00
committed by GitHub
parent 9ad9b4da0f
commit 48545d6a83
9 changed files with 41 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.14.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10