Update electron to 18.1.0

This commit is contained in:
Fedor Indutny
2022-04-27 14:15:57 -07:00
committed by GitHub
parent b116c45375
commit 99de97a099
9 changed files with 177 additions and 213 deletions

View File

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