Update electron to 27.1.2

This commit is contained in:
Fedor Indutny
2023-11-28 00:44:53 +01:00
committed by GitHub
parent bb6e011488
commit ceb1564e6b
9 changed files with 21 additions and 19 deletions

View File

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