Revert update to electron 18.1.0

* Revert "Update electron-builder to 23.0.8"

This reverts commit c8842d94ec.

* Revert "Update to electron@18.1.0"

This reverts commit 5f3a62cbb6.
This commit is contained in:
Fedor Indutny
2022-04-26 18:15:43 -07:00
committed by GitHub
parent b7f0ec61b9
commit 5d65e3b36c
9 changed files with 213 additions and 177 deletions

View File

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