Skip to content

Bump electron from 25.5.0 to 27.0.4 #1206

Bump electron from 25.5.0 to 27.0.4

Bump electron from 25.5.0 to 27.0.4 #1206

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- main
jobs:
mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-mac
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-win
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-linux